Html Css Color HEX #CAE175 Sulu

📋 copy color: '#CAE175'

red 202 ◦ green 225 ◦ blue 117

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

Shades of Sulu #CAE175

Tints of Sulu #CAE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 37.13%
G = 41.36%
B = 21.51%

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

#CAE175 (or 0xCAE175) is known color: Sulu. HEX triplet: CA, E1 and 75. RGB value is (202,225,117). Sum of RGB (Red+Green+Blue) = 202+225+117=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE175 is #351E8A. Grayscale: #CECECE. Windows color (decimal): -3481227 or 7725514. OLE color: 7725514.

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

Color convert

RGB 202 225 117 -
CMYK 0.10 0 0.48 0.12
HSL 72.78º 0.64% 0.67% -
HSV(B) 72.78º 0.48% 0.88% -
XYZ 54.49 67.69 27.02 -
YUV 205.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 202 225 117 0.10 0 0.48 0.12 72.78 0.64 0.67
Hex CA E1 75 A 0 30 C 49 40 43
Octal 312 341 165 12 0 60 14 111 100 103
Binary 11001010 11100001 1110101 1010 0 110000 1100 1001001 1000000 1000011

Color Harmonies of #CAE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE175

Black with #CAE175

Text Example


Text Example

White with #CAE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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