Html Css Color HEX #CAF893 Reef

📋 copy color: '#CAF893'

red 202 ◦ green 248 ◦ blue 147

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

Shades of Reef #CAF893

Tints of Reef #CAF893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.62%

R = 33.84%
G = 41.54%
B = 24.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#CAF893 (or 0xCAF893) is known color: Reef. HEX triplet: CA, F8 and 93. RGB value is (202,248,147). Sum of RGB (Red+Green+Blue) = 202+248+147=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF893 is #35076C. Grayscale: #DFDFDF. Windows color (decimal): -3475309 or 9697482. OLE color: 9697482.

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

Color convert

RGB 202 248 147 -
CMYK 0.19 0 0.41 0.03
HSL 87.33º 0.88% 0.77% -
HSV(B) 87.33º 0.41% 0.97% -
XYZ 63.19 81.8 40.06 -
YUV 222.73 85.26 113.21 -
System Red Green Blue C M Y K H S L
Decimal 202 248 147 0.19 0 0.41 0.03 87.33 0.88 0.77
Hex CA F8 93 13 0 29 3 57 58 4D
Octal 312 370 223 23 0 51 3 127 130 115
Binary 11001010 11111000 10010011 10011 0 101001 11 1010111 1011000 1001101

Color Harmonies of #CAF893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF893

Black with #CAF893

Text Example


Text Example

White with #CAF893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF893; }

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

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

background-color css

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

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

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

border-color css

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

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

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