Html Css Color HEX #CAF185 Sulu

📋 copy color: '#CAF185'

red 202 ◦ green 241 ◦ blue 133

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

Shades of Sulu #CAF185

Tints of Sulu #CAF185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.09%

R = 35.07%
G = 41.84%
B = 23.09%

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

#CAF185 (or 0xCAF185) is known color: Sulu. HEX triplet: CA, F1 and 85. RGB value is (202,241,133). Sum of RGB (Red+Green+Blue) = 202+241+133=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF185 is #350E7A. Grayscale: #D9D9D9. Windows color (decimal): -3477115 or 8778186. OLE color: 8778186.

HSL color Cylindrical-coordinate representation of color #CAF185: hue angle of 81.67º degrees, saturation: 0.79, 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 #CAF185 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 133 -
CMYK 0.16 0 0.45 0.05
HSL 81.67º 0.79% 0.73% -
HSV(B) 81.67º 0.45% 0.95% -
XYZ 60.05 77.16 33.92 -
YUV 217.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 202 241 133 0.16 0 0.45 0.05 81.67 0.79 0.73
Hex CA F1 85 10 0 2D 5 52 4F 49
Octal 312 361 205 20 0 55 5 122 117 111
Binary 11001010 11110001 10000101 10000 0 101101 101 1010010 1001111 1001001

Color Harmonies of #CAF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF185

Black with #CAF185

Text Example


Text Example

White with #CAF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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