Html Css Color HEX #CFFF95 Reef

📋 copy color: '#CFFF95'

red 207 ◦ green 255 ◦ blue 149

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

Shades of Reef #CFFF95

Tints of Reef #CFFF95

RGB

 RED value IS 207 (81.25% from 255) = 33.88%

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

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

R = 33.88%
G = 41.73%
B = 24.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#CFFF95 (or 0xCFFF95) is known color: Reef. HEX triplet: CF, FF and 95. RGB value is (207,255,149). Sum of RGB (Red+Green+Blue) = 207+255+149=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF95 is #30006A. Grayscale: #E4E4E4. Windows color (decimal): -3145835 or 9830351. OLE color: 9830351.

HSL color Cylindrical-coordinate representation of color #CFFF95: hue angle of 87.17º 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 #CFFF95 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 149 -
CMYK 0.19 0 0.42 0
HSL 87.17º 1% 0.79% -
HSV(B) 87.17º 0.42% 1% -
XYZ 66.92 86.96 41.69 -
YUV 228.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 207 255 149 0.19 0 0.42 0 87.17 1 0.79
Hex CF FF 95 13 0 2A 0 57 64 4F
Octal 317 377 225 23 0 52 0 127 144 117
Binary 11001111 11111111 10010101 10011 0 101010 0 1010111 1100100 1001111

Color Harmonies of #CFFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF95

Black with #CFFF95

Text Example


Text Example

White with #CFFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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