Html Css Color HEX #CAF183 Sulu

📋 copy color: '#CAF183'

red 202 ◦ green 241 ◦ blue 131

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

Shades of Sulu #CAF183

Tints of Sulu #CAF183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.82%

R = 35.19%
G = 41.99%
B = 22.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#CAF183 (or 0xCAF183) is known color: Sulu. HEX triplet: CA, F1 and 83. RGB value is (202,241,131). Sum of RGB (Red+Green+Blue) = 202+241+131=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF183 is #350E7C. Grayscale: #D9D9D9. Windows color (decimal): -3477117 or 8647114. OLE color: 8647114.

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

Color convert

RGB 202 241 131 -
CMYK 0.16 0 0.46 0.05
HSL 81.27º 0.8% 0.73% -
HSV(B) 81.27º 0.46% 0.95% -
XYZ 59.91 77.11 33.2 -
YUV 216.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 202 241 131 0.16 0 0.46 0.05 81.27 0.8 0.73
Hex CA F1 83 10 0 2E 5 51 50 49
Octal 312 361 203 20 0 56 5 121 120 111
Binary 11001010 11110001 10000011 10000 0 101110 101 1010001 1010000 1001001

Color Harmonies of #CAF183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF183

Black with #CAF183

Text Example


Text Example

White with #CAF183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF183; }

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

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

background-color css

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

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

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

border-color css

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

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

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