Html Css Color HEX #CCFF50 Mindaro

📋 copy color: '#CCFF50'

red 204 ◦ green 255 ◦ blue 80

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

Shades of Mindaro #CCFF50

Tints of Mindaro #CCFF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 37.85%
G = 47.31%
B = 14.84%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#CCFF50 (or 0xCCFF50) is known color: Mindaro. HEX triplet: CC, FF and 50. RGB value is (204,255,80). Sum of RGB (Red+Green+Blue) = 204+255+80=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF50 is #3300AF. Grayscale: #DCDCDC. Windows color (decimal): -3342512 or 5308364. OLE color: 5308364.

HSL color Cylindrical-coordinate representation of color #CCFF50: hue angle of 77.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCFF50 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 80 -
CMYK 0.2 0 0.69 0
HSL 77.49º 1% 0.66% -
HSV(B) 77.49º 0.69% 1% -
XYZ 62.11 84.94 20.71 -
YUV 219.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 204 255 80 0.2 0 0.69 0 77.49 1 0.66
Hex CC FF 50 14 0 45 0 4D 64 42
Octal 314 377 120 24 0 105 0 115 144 102
Binary 11001100 11111111 1010000 10100 0 1000101 0 1001101 1100100 1000010

Color Harmonies of #CCFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF50

Black with #CCFF50

Text Example


Text Example

White with #CCFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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