#CEFF7B

Color #CEFF7B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CEFF7B

Tints of Sulu #CEFF7B

Color information

#CEFF7B (or 0xCEFF7B) is unknown color: approx Sulu. HEX triplet: CE, FF and 7B. RGB value is (206,255,123). Sum of RGB (Red+Green+Blue) = 206+255+123=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF7B is #310084. Grayscale: #E1E1E1. Windows color (decimal): -3211397 or 8126414. OLE color: 8126414.

HSL color Cylindrical-coordinate representation of color #CEFF7B: hue angle of 82.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEFF7B is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB206255123-
CMYK0.1900.520
HSL82.27º100%74.12%-
HSV(B)82.27º51.76%100%-
XYZ64.7986.0731.94-
YUV225.370.27114.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 255 (100% from 255) = 43.66%
BLUE value IS 123 (48.44% from 255) = 21.06%
R=35.27%
G=43.66%
B=21.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551230.1900.52082.2710074.12
HexCEFF7B13034052644a
Octal316377173230640122144112
Binary110011101111111111110111001101101000101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF7B; }

 p { color: rgb(206,255,123); }

 H1.HeaderClassName
 {
   color: #CEFF7B;
 }
 .AnyTagClassName
 {
   color: #CEFF7B;
 }
</style>
background-color css

<style>
 a { background-color: #CEFF7B; }

 a { background-color: rgb(206,255,123); }

 div.DivClassName
 {
   background-color: #CEFF7B;
 }
 .BgClassName
 {
   background-color: #CEFF7B;
 }
</style>
border-color css

<style>
 span { border-color: #CEFF7B; }

 span { border-color: rgb(206,255,123); }

 td.TdClassName
 {
   border-color: #CEFF7B;
 }
 .TagClassName
 {
   border-color: #CEFF7B;
 }
</style>