Html Css Color HEX #C5F994 Reef

📋 copy color: '#C5F994'

red 197 ◦ green 249 ◦ blue 148

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

Shades of Reef #C5F994

Tints of Reef #C5F994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 33.16%
G = 41.92%
B = 24.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#C5F994 (or 0xC5F994) is known color: Reef. HEX triplet: C5, F9 and 94. RGB value is (197,249,148). Sum of RGB (Red+Green+Blue) = 197+249+148=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F994 is #3A066B. Grayscale: #DEDEDE. Windows color (decimal): -3802732 or 9763269. OLE color: 9763269.

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

Color convert

RGB 197 249 148 -
CMYK 0.21 0 0.41 0.02
HSL 90.89º 0.89% 0.78% -
HSV(B) 90.89º 0.41% 0.98% -
XYZ 62.25 81.76 40.52 -
YUV 221.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 197 249 148 0.21 0 0.41 0.02 90.89 0.89 0.78
Hex C5 F9 94 15 0 29 2 5B 59 4E
Octal 305 371 224 25 0 51 2 133 131 116
Binary 11000101 11111001 10010100 10101 0 101001 10 1011011 1011001 1001110

Color Harmonies of #C5F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F994

Black with #C5F994

Text Example


Text Example

White with #C5F994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F994; }

 p { color: rgb(197,249,148); }

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

background-color css

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

 a { background-color: rgb(197,249,148); }

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

border-color css

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

 span { border-color: rgb(197,249,148); }

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