Html Css Color HEX #CAF190 Reef

📋 copy color: '#CAF190'

red 202 ◦ green 241 ◦ blue 144

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

Shades of Reef #CAF190

Tints of Reef #CAF190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.53%

R = 34.41%
G = 41.06%
B = 24.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CAF190 (or 0xCAF190) is known color: Reef. HEX triplet: CA, F1 and 90. RGB value is (202,241,144). Sum of RGB (Red+Green+Blue) = 202+241+144=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF190 is #350E6F. Grayscale: #DADADA. Windows color (decimal): -3477104 or 9499082. OLE color: 9499082.

HSL color Cylindrical-coordinate representation of color #CAF190: hue angle of 84.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF190 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 144 -
CMYK 0.16 0 0.40 0.05
HSL 84.12º 0.78% 0.75% -
HSV(B) 84.12º 0.4% 0.95% -
XYZ 60.85 77.48 38.13 -
YUV 218.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 202 241 144 0.16 0 0.40 0.05 84.12 0.78 0.75
Hex CA F1 90 10 0 28 5 54 4E 4B
Octal 312 361 220 20 0 50 5 124 116 113
Binary 11001010 11110001 10010000 10000 0 101000 101 1010100 1001110 1001011

Color Harmonies of #CAF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF190

Black with #CAF190

Text Example


Text Example

White with #CAF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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