Html Css Color HEX #CBEC7D Sulu

📋 copy color: '#CBEC7D'

red 203 ◦ green 236 ◦ blue 125

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

Shades of Sulu #CBEC7D

Tints of Sulu #CBEC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 35.99%
G = 41.84%
B = 22.16%

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

#CBEC7D (or 0xCBEC7D) is known color: Sulu. HEX triplet: CB, EC and 7D. RGB value is (203,236,125). Sum of RGB (Red+Green+Blue) = 203+236+125=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC7D is #341382. Grayscale: #D5D5D5. Windows color (decimal): -3412867 or 8252619. OLE color: 8252619.

HSL color Cylindrical-coordinate representation of color #CBEC7D: hue angle of 77.84º 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 #CBEC7D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 125 -
CMYK 0.14 0 0.47 0.07
HSL 77.84º 0.74% 0.71% -
HSV(B) 77.84º 0.47% 0.93% -
XYZ 58.33 74.17 30.64 -
YUV 213.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 203 236 125 0.14 0 0.47 0.07 77.84 0.74 0.71
Hex CB EC 7D E 0 2F 7 4E 4A 47
Octal 313 354 175 16 0 57 7 116 112 107
Binary 11001011 11101100 1111101 1110 0 101111 111 1001110 1001010 1000111

Color Harmonies of #CBEC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC7D

Black with #CBEC7D

Text Example


Text Example

White with #CBEC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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