Html Css Color HEX #C4F996 Reef

📋 copy color: '#C4F996'

red 196 ◦ green 249 ◦ blue 150

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

Shades of Reef #C4F996

Tints of Reef #C4F996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.85%

 BLUE value IS 150 (58.98% from 255) = 25.21%

R = 32.94%
G = 41.85%
B = 25.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#C4F996 (or 0xC4F996) is known color: Reef. HEX triplet: C4, F9 and 96. RGB value is (196,249,150). Sum of RGB (Red+Green+Blue) = 196+249+150=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F996 is #3B0669. Grayscale: #DEDEDE. Windows color (decimal): -3868266 or 9894340. OLE color: 9894340.

HSL color Cylindrical-coordinate representation of color #C4F996: hue angle of 92.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4F996 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 249 150 -
CMYK 0.21 0 0.40 0.02
HSL 92.12º 0.89% 0.78% -
HSV(B) 92.12º 0.4% 0.98% -
XYZ 62.15 81.69 41.35 -
YUV 221.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 196 249 150 0.21 0 0.40 0.02 92.12 0.89 0.78
Hex C4 F9 96 15 0 28 2 5C 59 4E
Octal 304 371 226 25 0 50 2 134 131 116
Binary 11000100 11111001 10010110 10101 0 101000 10 1011100 1011001 1001110

Color Harmonies of #C4F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F996

Black with #C4F996

Text Example


Text Example

White with #C4F996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F996; }

 p { color: rgb(196,249,150); }

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

background-color css

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

 a { background-color: rgb(196,249,150); }

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

border-color css

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

 span { border-color: rgb(196,249,150); }

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