Html Css Color HEX #C5FCA0 Reef

📋 copy color: '#C5FCA0'

red 197 ◦ green 252 ◦ blue 160

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

Shades of Reef #C5FCA0

Tints of Reef #C5FCA0

RGB

 RED value IS 197 (77.34% from 255) = 32.35%

 GREEN value IS 252 (98.83% from 255) = 41.38%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 32.35%
G = 41.38%
B = 26.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#C5FCA0 (or 0xC5FCA0) is known color: Reef. HEX triplet: C5, FC and A0. RGB value is (197,252,160). Sum of RGB (Red+Green+Blue) = 197+252+160=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FCA0 is #3A035F. Grayscale: #E1E1E1. Windows color (decimal): -3801952 or 10550469. OLE color: 10550469.

HSL color Cylindrical-coordinate representation of color #C5FCA0: hue angle of 95.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5FCA0 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 160 -
CMYK 0.22 0 0.37 0.01
HSL 95.87º 0.94% 0.81% -
HSV(B) 95.87º 0.37% 0.99% -
XYZ 64.18 84.03 46.09 -
YUV 225.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 197 252 160 0.22 0 0.37 0.01 95.87 0.94 0.81
Hex C5 FC A0 16 0 25 1 60 5E 51
Octal 305 374 240 26 0 45 1 140 136 121
Binary 11000101 11111100 10100000 10110 0 100101 1 1100000 1011110 1010001

Color Harmonies of #C5FCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FCA0

Black with #C5FCA0

Text Example


Text Example

White with #C5FCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FCA0; }

 p { color: rgb(197,252,160); }

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

background-color css

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

 a { background-color: rgb(197,252,160); }

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

border-color css

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

 span { border-color: rgb(197,252,160); }

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