Html Css Color HEX #C8F694 Reef

📋 copy color: '#C8F694'

red 200 ◦ green 246 ◦ blue 148

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

Shades of Reef #C8F694

Tints of Reef #C8F694

RGB

 RED value IS 200 (78.52% from 255) = 33.67%

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 33.67%
G = 41.41%
B = 24.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#C8F694 (or 0xC8F694) is known color: Reef. HEX triplet: C8, F6 and 94. RGB value is (200,246,148). Sum of RGB (Red+Green+Blue) = 200+246+148=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F694 is #37096B. Grayscale: #DDDDDD. Windows color (decimal): -3606892 or 9762504. OLE color: 9762504.

HSL color Cylindrical-coordinate representation of color #C8F694: hue angle of 88.16º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8F694 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 246 148 -
CMYK 0.19 0 0.40 0.04
HSL 88.16º 0.84% 0.77% -
HSV(B) 88.16º 0.4% 0.96% -
XYZ 62.12 80.33 40.25 -
YUV 221.07 86.76 112.97 -
System Red Green Blue C M Y K H S L
Decimal 200 246 148 0.19 0 0.40 0.04 88.16 0.84 0.77
Hex C8 F6 94 13 0 28 4 58 54 4D
Octal 310 366 224 23 0 50 4 130 124 115
Binary 11001000 11110110 10010100 10011 0 101000 100 1011000 1010100 1001101

Color Harmonies of #C8F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F694

Black with #C8F694

Text Example


Text Example

White with #C8F694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F694; }

 p { color: rgb(200,246,148); }

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

background-color css

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

 a { background-color: rgb(200,246,148); }

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

border-color css

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

 span { border-color: rgb(200,246,148); }

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