Html Css Color HEX #C8FD96 Reef

📋 copy color: '#C8FD96'

red 200 ◦ green 253 ◦ blue 150

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

Shades of Reef #C8FD96

Tints of Reef #C8FD96

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.96%

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 33.17%
G = 41.96%
B = 24.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#C8FD96 (or 0xC8FD96) is known color: Reef. HEX triplet: C8, FD and 96. RGB value is (200,253,150). Sum of RGB (Red+Green+Blue) = 200+253+150=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FD96 is #370269. Grayscale: #E1E1E1. Windows color (decimal): -3605098 or 9895368. OLE color: 9895368.

HSL color Cylindrical-coordinate representation of color #C8FD96: hue angle of 90.87º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8FD96 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 253 150 -
CMYK 0.21 0 0.41 0.01
HSL 90.87º 0.96% 0.79% -
HSV(B) 90.87º 0.41% 0.99% -
XYZ 64.45 84.73 41.81 -
YUV 225.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 200 253 150 0.21 0 0.41 0.01 90.87 0.96 0.79
Hex C8 FD 96 15 0 29 1 5B 60 4F
Octal 310 375 226 25 0 51 1 133 140 117
Binary 11001000 11111101 10010110 10101 0 101001 1 1011011 1100000 1001111

Color Harmonies of #C8FD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FD96

Black with #C8FD96

Text Example


Text Example

White with #C8FD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FD96; }

 p { color: rgb(200,253,150); }

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

background-color css

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

 a { background-color: rgb(200,253,150); }

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

border-color css

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

 span { border-color: rgb(200,253,150); }

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