Html Css Color HEX #C4F995 Reef

📋 copy color: '#C4F995'

red 196 ◦ green 249 ◦ blue 149

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

Shades of Reef #C4F995

Tints of Reef #C4F995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 33%
G = 41.92%
B = 25.08%

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

#C4F995 (or 0xC4F995) is known color: Reef. HEX triplet: C4, F9 and 95. RGB value is (196,249,149). Sum of RGB (Red+Green+Blue) = 196+249+149=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F995 is #3B066A. Grayscale: #DEDEDE. Windows color (decimal): -3868267 or 9828804. OLE color: 9828804.

HSL color Cylindrical-coordinate representation of color #C4F995: hue angle of 91.8º 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 #C4F995 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 249 149 -
CMYK 0.21 0 0.40 0.02
HSL 91.8º 0.89% 0.78% -
HSV(B) 91.8º 0.4% 0.98% -
XYZ 62.07 81.66 40.92 -
YUV 221.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 196 249 149 0.21 0 0.40 0.02 91.8 0.89 0.78
Hex C4 F9 95 15 0 28 2 5C 59 4E
Octal 304 371 225 25 0 50 2 134 131 116
Binary 11000100 11111001 10010101 10101 0 101000 10 1011100 1011001 1001110

Color Harmonies of #C4F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F995

Black with #C4F995

Text Example


Text Example

White with #C4F995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F995; }

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

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

background-color css

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

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

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

border-color css

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

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

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