Html Css Color HEX #CAE174 Sulu

📋 copy color: '#CAE174'

red 202 ◦ green 225 ◦ blue 116

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

Shades of Sulu #CAE174

Tints of Sulu #CAE174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

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

R = 37.2%
G = 41.44%
B = 21.36%

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

#CAE174 (or 0xCAE174) is known color: Sulu. HEX triplet: CA, E1 and 74. RGB value is (202,225,116). Sum of RGB (Red+Green+Blue) = 202+225+116=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE174 is #351E8B. Grayscale: #CECECE. Windows color (decimal): -3481228 or 7659978. OLE color: 7659978.

HSL color Cylindrical-coordinate representation of color #CAE174: hue angle of 72.66º 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 #CAE174 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 116 -
CMYK 0.10 0 0.48 0.12
HSL 72.66º 0.64% 0.67% -
HSV(B) 72.66º 0.48% 0.88% -
XYZ 54.43 67.67 26.72 -
YUV 205.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 202 225 116 0.10 0 0.48 0.12 72.66 0.64 0.67
Hex CA E1 74 A 0 30 C 49 40 43
Octal 312 341 164 12 0 60 14 111 100 103
Binary 11001010 11100001 1110100 1010 0 110000 1100 1001001 1000000 1000011

Color Harmonies of #CAE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE174

Black with #CAE174

Text Example


Text Example

White with #CAE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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