Html Css Color HEX #C8FB95 Reef

📋 copy color: '#C8FB95'

red 200 ◦ green 251 ◦ blue 149

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

Shades of Reef #C8FB95

Tints of Reef #C8FB95

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.83%

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

R = 33.33%
G = 41.83%
B = 24.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#C8FB95 (or 0xC8FB95) is known color: Reef. HEX triplet: C8, FB and 95. RGB value is (200,251,149). Sum of RGB (Red+Green+Blue) = 200+251+149=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FB95 is #37046A. Grayscale: #E0E0E0. Windows color (decimal): -3605611 or 9829320. OLE color: 9829320.

HSL color Cylindrical-coordinate representation of color #C8FB95: hue angle of 90º degrees, saturation: 0.93, 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 #C8FB95 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 251 149 -
CMYK 0.20 0 0.41 0.02
HSL 90º 0.93% 0.78% -
HSV(B) 90º 0.41% 0.98% -
XYZ 63.74 83.44 41.18 -
YUV 224.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 200 251 149 0.20 0 0.41 0.02 90 0.93 0.78
Hex C8 FB 95 14 0 29 2 5A 5D 4E
Octal 310 373 225 24 0 51 2 132 135 116
Binary 11001000 11111011 10010101 10100 0 101001 10 1011010 1011101 1001110

Color Harmonies of #C8FB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FB95

Black with #C8FB95

Text Example


Text Example

White with #C8FB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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