Html Css Color HEX #CCFF95 Reef

📋 copy color: '#CCFF95'

red 204 ◦ green 255 ◦ blue 149

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

Shades of Reef #CCFF95

Tints of Reef #CCFF95

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

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

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

R = 33.55%
G = 41.94%
B = 24.51%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#CCFF95 (or 0xCCFF95) is known color: Reef. HEX triplet: CC, FF and 95. RGB value is (204,255,149). Sum of RGB (Red+Green+Blue) = 204+255+149=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF95 is #33006A. Grayscale: #E4E4E4. Windows color (decimal): -3342443 or 9830348. OLE color: 9830348.

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

Color convert

RGB 204 255 149 -
CMYK 0.2 0 0.42 0
HSL 88.87º 1% 0.79% -
HSV(B) 88.87º 0.42% 1% -
XYZ 66.09 86.53 41.65 -
YUV 227.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 204 255 149 0.2 0 0.42 0 88.87 1 0.79
Hex CC FF 95 14 0 2A 0 59 64 4F
Octal 314 377 225 24 0 52 0 131 144 117
Binary 11001100 11111111 10010101 10100 0 101010 0 1011001 1100100 1001111

Color Harmonies of #CCFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF95

Black with #CCFF95

Text Example


Text Example

White with #CCFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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