Html Css Color HEX #CAE378 Sulu

📋 copy color: '#CAE378'

red 202 ◦ green 227 ◦ blue 120

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

Shades of Sulu #CAE378

Tints of Sulu #CAE378

RGB

 RED value IS 202 (79.3% from 255) = 36.79%

 GREEN value IS 227 (89.06% from 255) = 41.35%

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 36.79%
G = 41.35%
B = 21.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CAE378 (or 0xCAE378) is known color: Sulu. HEX triplet: CA, E3 and 78. RGB value is (202,227,120). Sum of RGB (Red+Green+Blue) = 202+227+120=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE378 is #351C87. Grayscale: #CFCFCF. Windows color (decimal): -3480712 or 7922634. OLE color: 7922634.

HSL color Cylindrical-coordinate representation of color #CAE378: hue angle of 74.02º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE378 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 120 -
CMYK 0.11 0 0.47 0.11
HSL 74.02º 0.66% 0.68% -
HSV(B) 74.02º 0.47% 0.89% -
XYZ 55.22 68.85 28.15 -
YUV 207.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 202 227 120 0.11 0 0.47 0.11 74.02 0.66 0.68
Hex CA E3 78 B 0 2F B 4A 42 44
Octal 312 343 170 13 0 57 13 112 102 104
Binary 11001010 11100011 1111000 1011 0 101111 1011 1001010 1000010 1000100

Color Harmonies of #CAE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE378

Black with #CAE378

Text Example


Text Example

White with #CAE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE378; }

 p { color: rgb(202,227,120); }

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

background-color css

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

 a { background-color: rgb(202,227,120); }

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

border-color css

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

 span { border-color: rgb(202,227,120); }

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