Html Css Color HEX #CBEC7E Sulu

📋 copy color: '#CBEC7E'

red 203 ◦ green 236 ◦ blue 126

#CBEC7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CBEC7E

Tints of Sulu #CBEC7E

RGB

 RED value IS 203 (79.69% from 255) = 35.93%

 GREEN value IS 236 (92.58% from 255) = 41.77%

 BLUE value IS 126 (49.61% from 255) = 22.3%

R = 35.93%
G = 41.77%
B = 22.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#CBEC7E (or 0xCBEC7E) is known color: Sulu. HEX triplet: CB, EC and 7E. RGB value is (203,236,126). Sum of RGB (Red+Green+Blue) = 203+236+126=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC7E is #341381. Grayscale: #D6D6D6. Windows color (decimal): -3412866 or 8318155. OLE color: 8318155.

HSL color Cylindrical-coordinate representation of color #CBEC7E: hue angle of 78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBEC7E is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 126 -
CMYK 0.14 0 0.47 0.07
HSL 78º 0.74% 0.71% -
HSV(B) 78º 0.47% 0.93% -
XYZ 58.39 74.19 30.98 -
YUV 213.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 203 236 126 0.14 0 0.47 0.07 78 0.74 0.71
Hex CB EC 7E E 0 2F 7 4E 4A 47
Octal 313 354 176 16 0 57 7 116 112 107
Binary 11001011 11101100 1111110 1110 0 101111 111 1001110 1001010 1000111

Color Harmonies of #CBEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC7E

Black with #CBEC7E

Text Example


Text Example

White with #CBEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC7E; }

 p { color: rgb(203,236,126); }

 H1.HeaderClassName
 {
   color: #CBEC7E;
 }
 .AnyTagClassName
 {
   color: #CBEC7E;
 }
</style>

background-color css

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

 a { background-color: rgb(203,236,126); }

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

border-color css

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

 span { border-color: rgb(203,236,126); }

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