Html Css Color HEX #CCFE5E Mindaro

📋 copy color: '#CCFE5E'

red 204 ◦ green 254 ◦ blue 94

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

Shades of Mindaro #CCFE5E

Tints of Mindaro #CCFE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 36.96%
G = 46.01%
B = 17.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#CCFE5E (or 0xCCFE5E) is known color: Mindaro. HEX triplet: CC, FE and 5E. RGB value is (204,254,94). Sum of RGB (Red+Green+Blue) = 204+254+94=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE5E is #3301A1. Grayscale: #DDDDDD. Windows color (decimal): -3342754 or 6225612. OLE color: 6225612.

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

Color convert

RGB 204 254 94 -
CMYK 0.20 0 0.63 0.00
HSL 78.75º 0.99% 0.68% -
HSV(B) 78.75º 0.63% 1% -
XYZ 62.36 84.53 23.62 -
YUV 220.81 56.44 116.01 -
System Red Green Blue C M Y K H S L
Decimal 204 254 94 0.20 0 0.63 0.00 78.75 0.99 0.68
Hex CC FE 5E 14 0 3F 0 4F 63 44
Octal 314 376 136 24 0 77 0 117 143 104
Binary 11001100 11111110 1011110 10100 0 111111 0 1001111 1100011 1000100

Color Harmonies of #CCFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE5E

Black with #CCFE5E

Text Example


Text Example

White with #CCFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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