Html Css Color HEX #CBEA70 Sulu

📋 copy color: '#CBEA70'

red 203 ◦ green 234 ◦ blue 112

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

Shades of Sulu #CBEA70

Tints of Sulu #CBEA70

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 36.98%
G = 42.62%
B = 20.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CBEA70 (or 0xCBEA70) is known color: Sulu. HEX triplet: CB, EA and 70. RGB value is (203,234,112). Sum of RGB (Red+Green+Blue) = 203+234+112=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA70 is #34158F. Grayscale: #D3D3D3. Windows color (decimal): -3413392 or 7400139. OLE color: 7400139.

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

Color convert

RGB 203 234 112 -
CMYK 0.13 0 0.52 0.08
HSL 75.25º 0.74% 0.68% -
HSV(B) 75.25º 0.52% 0.92% -
XYZ 56.98 72.71 26.36 -
YUV 210.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 203 234 112 0.13 0 0.52 0.08 75.25 0.74 0.68
Hex CB EA 70 D 0 34 8 4B 4A 44
Octal 313 352 160 15 0 64 10 113 112 104
Binary 11001011 11101010 1110000 1101 0 110100 1000 1001011 1001010 1000100

Color Harmonies of #CBEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA70

Black with #CBEA70

Text Example


Text Example

White with #CBEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA70; }

 p { color: rgb(203,234,112); }

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

background-color css

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

 a { background-color: rgb(203,234,112); }

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

border-color css

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

 span { border-color: rgb(203,234,112); }

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