Html Css Color HEX #C7FEA0 Reef

📋 copy color: '#C7FEA0'

red 199 ◦ green 254 ◦ blue 160

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

Shades of Reef #C7FEA0

Tints of Reef #C7FEA0

RGB

 RED value IS 199 (78.13% from 255) = 32.46%

 GREEN value IS 254 (99.61% from 255) = 41.44%

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

R = 32.46%
G = 41.44%
B = 26.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#C7FEA0 (or 0xC7FEA0) is known color: Reef. HEX triplet: C7, FE and A0. RGB value is (199,254,160). Sum of RGB (Red+Green+Blue) = 199+254+160=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FEA0 is #38015F. Grayscale: #E3E3E3. Windows color (decimal): -3670368 or 10550983. OLE color: 10550983.

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

Color convert

RGB 199 254 160 -
CMYK 0.22 0 0.37 0.00
HSL 95.11º 0.98% 0.81% -
HSV(B) 95.11º 0.37% 1% -
XYZ 65.34 85.56 46.33 -
YUV 226.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 199 254 160 0.22 0 0.37 0.00 95.11 0.98 0.81
Hex C7 FE A0 16 0 25 0 5F 62 51
Octal 307 376 240 26 0 45 0 137 142 121
Binary 11000111 11111110 10100000 10110 0 100101 0 1011111 1100010 1010001

Color Harmonies of #C7FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FEA0

Black with #C7FEA0

Text Example


Text Example

White with #C7FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FEA0; }

 p { color: rgb(199,254,160); }

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

background-color css

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

 a { background-color: rgb(199,254,160); }

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

border-color css

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

 span { border-color: rgb(199,254,160); }

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