Html Css Color HEX #C8FF95 Reef

📋 copy color: '#C8FF95'

red 200 ◦ green 255 ◦ blue 149

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

Shades of Reef #C8FF95

Tints of Reef #C8FF95

RGB

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

 GREEN value IS 255 (100% from 255) = 42.22%

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

R = 33.11%
G = 42.22%
B = 24.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#C8FF95 (or 0xC8FF95) is known color: Reef. HEX triplet: C8, FF and 95. RGB value is (200,255,149). Sum of RGB (Red+Green+Blue) = 200+255+149=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FF95 is #37006A. Grayscale: #E2E2E2. Windows color (decimal): -3604587 or 9830344. OLE color: 9830344.

HSL color Cylindrical-coordinate representation of color #C8FF95: hue angle of 91.13º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8FF95 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 200 255 149 -
CMYK 0.22 0 0.42 0
HSL 91.13º 1% 0.79% -
HSV(B) 91.13º 0.42% 1% -
XYZ 65 85.97 41.6 -
YUV 226.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 200 255 149 0.22 0 0.42 0 91.13 1 0.79
Hex C8 FF 95 16 0 2A 0 5B 64 4F
Octal 310 377 225 26 0 52 0 133 144 117
Binary 11001000 11111111 10010101 10110 0 101010 0 1011011 1100100 1001111

Color Harmonies of #C8FF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FF95

Black with #C8FF95

Text Example


Text Example

White with #C8FF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FF95; }

 p { color: rgb(200,255,149); }

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

background-color css

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

 a { background-color: rgb(200,255,149); }

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

border-color css

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

 span { border-color: rgb(200,255,149); }

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