Html Css Color HEX #CAF384 Sulu

📋 copy color: '#CAF384'

red 202 ◦ green 243 ◦ blue 132

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

Shades of Sulu #CAF384

Tints of Sulu #CAF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.11%

 BLUE value IS 132 (51.95% from 255) = 22.88%

R = 35.01%
G = 42.11%
B = 22.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#CAF384 (or 0xCAF384) is known color: Sulu. HEX triplet: CA, F3 and 84. RGB value is (202,243,132). Sum of RGB (Red+Green+Blue) = 202+243+132=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF384 is #350C7B. Grayscale: #DADADA. Windows color (decimal): -3476604 or 8713162. OLE color: 8713162.

HSL color Cylindrical-coordinate representation of color #CAF384: hue angle of 82.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF384 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 132 -
CMYK 0.17 0 0.46 0.05
HSL 82.16º 0.82% 0.74% -
HSV(B) 82.16º 0.46% 0.95% -
XYZ 60.57 78.32 33.76 -
YUV 218.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 202 243 132 0.17 0 0.46 0.05 82.16 0.82 0.74
Hex CA F3 84 11 0 2E 5 52 52 4A
Octal 312 363 204 21 0 56 5 122 122 112
Binary 11001010 11110011 10000100 10001 0 101110 101 1010010 1010010 1001010

Color Harmonies of #CAF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF384

Black with #CAF384

Text Example


Text Example

White with #CAF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF384; }

 p { color: rgb(202,243,132); }

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

background-color css

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

 a { background-color: rgb(202,243,132); }

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

border-color css

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

 span { border-color: rgb(202,243,132); }

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