Html Css Color HEX #CAF894 Reef

📋 copy color: '#CAF894'

red 202 ◦ green 248 ◦ blue 148

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

Shades of Reef #CAF894

Tints of Reef #CAF894

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 148 (58.2% from 255) = 24.75%

R = 33.78%
G = 41.47%
B = 24.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CAF894 (or 0xCAF894) is known color: Reef. HEX triplet: CA, F8 and 94. RGB value is (202,248,148). Sum of RGB (Red+Green+Blue) = 202+248+148=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF894 is #35076B. Grayscale: #DFDFDF. Windows color (decimal): -3475308 or 9763018. OLE color: 9763018.

HSL color Cylindrical-coordinate representation of color #CAF894: hue angle of 87.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF894 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 148 -
CMYK 0.19 0 0.40 0.03
HSL 87.6º 0.88% 0.78% -
HSV(B) 87.6º 0.4% 0.97% -
XYZ 63.27 81.83 40.48 -
YUV 222.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 202 248 148 0.19 0 0.40 0.03 87.6 0.88 0.78
Hex CA F8 94 13 0 28 3 58 58 4E
Octal 312 370 224 23 0 50 3 130 130 116
Binary 11001010 11111000 10010100 10011 0 101000 11 1011000 1011000 1001110

Color Harmonies of #CAF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF894

Black with #CAF894

Text Example


Text Example

White with #CAF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF894; }

 p { color: rgb(202,248,148); }

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

background-color css

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

 a { background-color: rgb(202,248,148); }

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

border-color css

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

 span { border-color: rgb(202,248,148); }

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