Html Css Color HEX #CAE07C Sulu

📋 copy color: '#CAE07C'

red 202 ◦ green 224 ◦ blue 124

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

Shades of Sulu #CAE07C

Tints of Sulu #CAE07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 36.73%
G = 40.73%
B = 22.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#CAE07C (or 0xCAE07C) is known color: Sulu. HEX triplet: CA, E0 and 7C. RGB value is (202,224,124). Sum of RGB (Red+Green+Blue) = 202+224+124=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE07C is #351F83. Grayscale: #CECECE. Windows color (decimal): -3481476 or 8184010. OLE color: 8184010.

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

Color convert

RGB 202 224 124 -
CMYK 0.10 0 0.45 0.12
HSL 73.2º 0.62% 0.68% -
HSV(B) 73.2º 0.45% 0.88% -
XYZ 54.65 67.32 29.18 -
YUV 206.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 202 224 124 0.10 0 0.45 0.12 73.2 0.62 0.68
Hex CA E0 7C A 0 2D C 49 3E 44
Octal 312 340 174 12 0 55 14 111 76 104
Binary 11001010 11100000 1111100 1010 0 101101 1100 1001001 111110 1000100

Color Harmonies of #CAE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE07C

Black with #CAE07C

Text Example


Text Example

White with #CAE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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