Html Css Color HEX #CAE074 Sulu

📋 copy color: '#CAE074'

red 202 ◦ green 224 ◦ blue 116

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

Shades of Sulu #CAE074

Tints of Sulu #CAE074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 37.27%
G = 41.33%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CAE074 (or 0xCAE074) is known color: Sulu. HEX triplet: CA, E0 and 74. RGB value is (202,224,116). Sum of RGB (Red+Green+Blue) = 202+224+116=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE074 is #351F8B. Grayscale: #CDCDCD. Windows color (decimal): -3481484 or 7659722. OLE color: 7659722.

HSL color Cylindrical-coordinate representation of color #CAE074: hue angle of 72.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE074 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 116 -
CMYK 0.10 0 0.48 0.12
HSL 72.22º 0.64% 0.67% -
HSV(B) 72.22º 0.48% 0.88% -
XYZ 54.17 67.13 26.63 -
YUV 205.11 77.71 125.78 -
System Red Green Blue C M Y K H S L
Decimal 202 224 116 0.10 0 0.48 0.12 72.22 0.64 0.67
Hex CA E0 74 A 0 30 C 48 40 43
Octal 312 340 164 12 0 60 14 110 100 103
Binary 11001010 11100000 1110100 1010 0 110000 1100 1001000 1000000 1000011

Color Harmonies of #CAE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE074

Black with #CAE074

Text Example


Text Example

White with #CAE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE074; }

 p { color: rgb(202,224,116); }

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

background-color css

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

 a { background-color: rgb(202,224,116); }

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

border-color css

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

 span { border-color: rgb(202,224,116); }

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