Html Css Color HEX #CCFF94 Reef

📋 copy color: '#CCFF94'

red 204 ◦ green 255 ◦ blue 148

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

Shades of Reef #CCFF94

Tints of Reef #CCFF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.38%

R = 33.61%
G = 42.01%
B = 24.38%

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

#CCFF94 (or 0xCCFF94) is known color: Reef. HEX triplet: CC, FF and 94. RGB value is (204,255,148). Sum of RGB (Red+Green+Blue) = 204+255+148=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF94 is #33006B. Grayscale: #E3E3E3. Windows color (decimal): -3342444 or 9764812. OLE color: 9764812.

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

Color convert

RGB 204 255 148 -
CMYK 0.2 0 0.42 0
HSL 88.6º 1% 0.79% -
HSV(B) 88.6º 0.42% 1% -
XYZ 66.01 86.5 41.23 -
YUV 227.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 204 255 148 0.2 0 0.42 0 88.6 1 0.79
Hex CC FF 94 14 0 2A 0 59 64 4F
Octal 314 377 224 24 0 52 0 131 144 117
Binary 11001100 11111111 10010100 10100 0 101010 0 1011001 1100100 1001111

Color Harmonies of #CCFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF94

Black with #CCFF94

Text Example


Text Example

White with #CCFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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