Html Css Color HEX #CAF48C Sulu

📋 copy color: '#CAF48C'

red 202 ◦ green 244 ◦ blue 140

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

Shades of Sulu #CAF48C

Tints of Sulu #CAF48C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.64%

 BLUE value IS 140 (55.08% from 255) = 23.89%

R = 34.47%
G = 41.64%
B = 23.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#CAF48C (or 0xCAF48C) is known color: Sulu. HEX triplet: CA, F4 and 8C. RGB value is (202,244,140). Sum of RGB (Red+Green+Blue) = 202+244+140=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF48C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF48C is #350B73. Grayscale: #DBDBDB. Windows color (decimal): -3476340 or 9237706. OLE color: 9237706.

HSL color Cylindrical-coordinate representation of color #CAF48C: hue angle of 84.23º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF48C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 140 -
CMYK 0.17 0 0.43 0.04
HSL 84.23º 0.83% 0.75% -
HSV(B) 84.23º 0.43% 0.96% -
XYZ 61.44 79.15 36.85 -
YUV 219.59 83.09 115.46 -
System Red Green Blue C M Y K H S L
Decimal 202 244 140 0.17 0 0.43 0.04 84.23 0.83 0.75
Hex CA F4 8C 11 0 2B 4 54 53 4B
Octal 312 364 214 21 0 53 4 124 123 113
Binary 11001010 11110100 10001100 10001 0 101011 100 1010100 1010011 1001011

Color Harmonies of #CAF48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF48C

Black with #CAF48C

Text Example


Text Example

White with #CAF48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF48C; }

 p { color: rgb(202,244,140); }

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

background-color css

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

 a { background-color: rgb(202,244,140); }

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

border-color css

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

 span { border-color: rgb(202,244,140); }

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