Html Css Color HEX #CCFE50 Mindaro

📋 copy color: '#CCFE50'

red 204 ◦ green 254 ◦ blue 80

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

Shades of Mindaro #CCFE50

Tints of Mindaro #CCFE50

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

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

R = 37.92%
G = 47.21%
B = 14.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#CCFE50 (or 0xCCFE50) is known color: Mindaro. HEX triplet: CC, FE and 50. RGB value is (204,254,80). Sum of RGB (Red+Green+Blue) = 204+254+80=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE50 is #3301AF. Grayscale: #DBDBDB. Windows color (decimal): -3342768 or 5308108. OLE color: 5308108.

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

Color convert

RGB 204 254 80 -
CMYK 0.20 0 0.69 0.00
HSL 77.24º 0.99% 0.65% -
HSV(B) 77.24º 0.69% 1% -
XYZ 61.79 84.3 20.6 -
YUV 219.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 204 254 80 0.20 0 0.69 0.00 77.24 0.99 0.65
Hex CC FE 50 14 0 45 0 4D 63 41
Octal 314 376 120 24 0 105 0 115 143 101
Binary 11001100 11111110 1010000 10100 0 1000101 0 1001101 1100011 1000001

Color Harmonies of #CCFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE50

Black with #CCFE50

Text Example


Text Example

White with #CCFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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