Html Css Color HEX #CAF19A Reef

📋 copy color: '#CAF19A'

red 202 ◦ green 241 ◦ blue 154

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

Shades of Reef #CAF19A

Tints of Reef #CAF19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.8%

R = 33.84%
G = 40.37%
B = 25.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CAF19A (or 0xCAF19A) is known color: Reef. HEX triplet: CA, F1 and 9A. RGB value is (202,241,154). Sum of RGB (Red+Green+Blue) = 202+241+154=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19A is #350E65. Grayscale: #DBDBDB. Windows color (decimal): -3477094 or 10154442. OLE color: 10154442.

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

Color convert

RGB 202 241 154 -
CMYK 0.16 0 0.36 0.05
HSL 86.9º 0.76% 0.77% -
HSV(B) 86.9º 0.36% 0.95% -
XYZ 61.65 77.8 42.34 -
YUV 219.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 202 241 154 0.16 0 0.36 0.05 86.9 0.76 0.77
Hex CA F1 9A 10 0 24 5 57 4C 4D
Octal 312 361 232 20 0 44 5 127 114 115
Binary 11001010 11110001 10011010 10000 0 100100 101 1010111 1001100 1001101

Color Harmonies of #CAF19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF19A

Black with #CAF19A

Text Example


Text Example

White with #CAF19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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