Html Css Color HEX #C4F0A0 Reef

📋 copy color: '#C4F0A0'

red 196 ◦ green 240 ◦ blue 160

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

Shades of Reef #C4F0A0

Tints of Reef #C4F0A0

RGB

 RED value IS 196 (76.95% from 255) = 32.89%

 GREEN value IS 240 (94.14% from 255) = 40.27%

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

R = 32.89%
G = 40.27%
B = 26.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#C4F0A0 (or 0xC4F0A0) is known color: Reef. HEX triplet: C4, F0 and A0. RGB value is (196,240,160). Sum of RGB (Red+Green+Blue) = 196+240+160=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F0A0 is #3B0F5F. Grayscale: #D9D9D9. Windows color (decimal): -3870560 or 10547396. OLE color: 10547396.

HSL color Cylindrical-coordinate representation of color #C4F0A0: hue angle of 93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4F0A0 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 160 -
CMYK 0.18 0 0.33 0.06
HSL 93º 0.73% 0.78% -
HSV(B) 93º 0.33% 0.94% -
XYZ 60.27 76.59 44.87 -
YUV 217.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 196 240 160 0.18 0 0.33 0.06 93 0.73 0.78
Hex C4 F0 A0 12 0 21 6 5D 49 4E
Octal 304 360 240 22 0 41 6 135 111 116
Binary 11000100 11110000 10100000 10010 0 100001 110 1011101 1001001 1001110

Color Harmonies of #C4F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0A0

Black with #C4F0A0

Text Example


Text Example

White with #C4F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0A0; }

 p { color: rgb(196,240,160); }

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

background-color css

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

 a { background-color: rgb(196,240,160); }

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

border-color css

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

 span { border-color: rgb(196,240,160); }

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