Html Css Color HEX #CAF184 Sulu

📋 copy color: '#CAF184'

red 202 ◦ green 241 ◦ blue 132

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

Shades of Sulu #CAF184

Tints of Sulu #CAF184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

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

R = 35.13%
G = 41.91%
B = 22.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#CAF184 (or 0xCAF184) is known color: Sulu. HEX triplet: CA, F1 and 84. RGB value is (202,241,132). Sum of RGB (Red+Green+Blue) = 202+241+132=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF184 is #350E7B. Grayscale: #D9D9D9. Windows color (decimal): -3477116 or 8712650. OLE color: 8712650.

HSL color Cylindrical-coordinate representation of color #CAF184: hue angle of 81.47º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAF184 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 132 -
CMYK 0.16 0 0.45 0.05
HSL 81.47º 0.8% 0.73% -
HSV(B) 81.47º 0.45% 0.95% -
XYZ 59.98 77.13 33.56 -
YUV 216.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 202 241 132 0.16 0 0.45 0.05 81.47 0.8 0.73
Hex CA F1 84 10 0 2D 5 51 50 49
Octal 312 361 204 20 0 55 5 121 120 111
Binary 11001010 11110001 10000100 10000 0 101101 101 1010001 1010000 1001001

Color Harmonies of #CAF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF184

Black with #CAF184

Text Example


Text Example

White with #CAF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF184; }

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

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

background-color css

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

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

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

border-color css

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

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

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