Html Css Color HEX #CAE17D Sulu

📋 copy color: '#CAE17D'

red 202 ◦ green 225 ◦ blue 125

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

Shades of Sulu #CAE17D

Tints of Sulu #CAE17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.64%

R = 36.59%
G = 40.76%
B = 22.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#CAE17D (or 0xCAE17D) is known color: Sulu. HEX triplet: CA, E1 and 7D. RGB value is (202,225,125). Sum of RGB (Red+Green+Blue) = 202+225+125=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE17D is #351E82. Grayscale: #CFCFCF. Windows color (decimal): -3481219 or 8249802. OLE color: 8249802.

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

Color convert

RGB 202 225 125 -
CMYK 0.10 0 0.44 0.12
HSL 73.8º 0.63% 0.69% -
HSV(B) 73.8º 0.44% 0.88% -
XYZ 54.98 67.89 29.61 -
YUV 206.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 202 225 125 0.10 0 0.44 0.12 73.8 0.63 0.69
Hex CA E1 7D A 0 2C C 4A 3E 45
Octal 312 341 175 12 0 54 14 112 76 105
Binary 11001010 11100001 1111101 1010 0 101100 1100 1001010 111110 1000101

Color Harmonies of #CAE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE17D

Black with #CAE17D

Text Example


Text Example

White with #CAE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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