Html Css Color HEX #CAF58D Sulu

📋 copy color: '#CAF58D'

red 202 ◦ green 245 ◦ blue 141

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

Shades of Sulu #CAF58D

Tints of Sulu #CAF58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

 BLUE value IS 141 (55.47% from 255) = 23.98%

R = 34.35%
G = 41.67%
B = 23.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CAF58D (or 0xCAF58D) is known color: Sulu. HEX triplet: CA, F5 and 8D. RGB value is (202,245,141). Sum of RGB (Red+Green+Blue) = 202+245+141=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF58D is #350A72. Grayscale: #DCDCDC. Windows color (decimal): -3476083 or 9303498. OLE color: 9303498.

HSL color Cylindrical-coordinate representation of color #CAF58D: hue angle of 84.81º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF58D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 141 -
CMYK 0.18 0 0.42 0.04
HSL 84.81º 0.84% 0.76% -
HSV(B) 84.81º 0.42% 0.96% -
XYZ 61.82 79.78 37.34 -
YUV 220.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 202 245 141 0.18 0 0.42 0.04 84.81 0.84 0.76
Hex CA F5 8D 12 0 2A 4 55 54 4C
Octal 312 365 215 22 0 52 4 125 124 114
Binary 11001010 11110101 10001101 10010 0 101010 100 1010101 1010100 1001100

Color Harmonies of #CAF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF58D

Black with #CAF58D

Text Example


Text Example

White with #CAF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF58D; }

 p { color: rgb(202,245,141); }

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

background-color css

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

 a { background-color: rgb(202,245,141); }

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

border-color css

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

 span { border-color: rgb(202,245,141); }

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