Html Css Color HEX #CAF1A4 Reef

📋 copy color: '#CAF1A4'

red 202 ◦ green 241 ◦ blue 164

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

Shades of Reef #CAF1A4

Tints of Reef #CAF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.02%

R = 33.28%
G = 39.7%
B = 27.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#CAF1A4 (or 0xCAF1A4) is known color: Reef. HEX triplet: CA, F1 and A4. RGB value is (202,241,164). Sum of RGB (Red+Green+Blue) = 202+241+164=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1A4 is #350E5B. Grayscale: #DCDCDC. Windows color (decimal): -3477084 or 10809802. OLE color: 10809802.

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

Color convert

RGB 202 241 164 -
CMYK 0.16 0 0.32 0.05
HSL 90.39º 0.73% 0.79% -
HSV(B) 90.39º 0.32% 0.95% -
XYZ 62.51 78.15 46.91 -
YUV 220.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 202 241 164 0.16 0 0.32 0.05 90.39 0.73 0.79
Hex CA F1 A4 10 0 20 5 5A 49 4F
Octal 312 361 244 20 0 40 5 132 111 117
Binary 11001010 11110001 10100100 10000 0 100000 101 1011010 1001001 1001111

Color Harmonies of #CAF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1A4

Black with #CAF1A4

Text Example


Text Example

White with #CAF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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