Html Css Color HEX #CCFD60 Mindaro

📋 copy color: '#CCFD60'

red 204 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #CCFD60

Tints of Mindaro #CCFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.75%

 BLUE value IS 96 (37.89% from 255) = 17.36%

R = 36.89%
G = 45.75%
B = 17.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#CCFD60 (or 0xCCFD60) is known color: Mindaro. HEX triplet: CC, FD and 60. RGB value is (204,253,96). Sum of RGB (Red+Green+Blue) = 204+253+96=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD60 is #33029F. Grayscale: #DDDDDD. Windows color (decimal): -3343008 or 6356428. OLE color: 6356428.

HSL color Cylindrical-coordinate representation of color #CCFD60: hue angle of 78.73º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCFD60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 96 -
CMYK 0.19 0 0.62 0.01
HSL 78.73º 0.98% 0.68% -
HSV(B) 78.73º 0.62% 0.99% -
XYZ 62.14 83.93 23.99 -
YUV 220.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 204 253 96 0.19 0 0.62 0.01 78.73 0.98 0.68
Hex CC FD 60 13 0 3E 1 4F 62 44
Octal 314 375 140 23 0 76 1 117 142 104
Binary 11001100 11111101 1100000 10011 0 111110 1 1001111 1100010 1000100

Color Harmonies of #CCFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD60

Black with #CCFD60

Text Example


Text Example

White with #CCFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD60; }

 p { color: rgb(204,253,96); }

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

background-color css

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

 a { background-color: rgb(204,253,96); }

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

border-color css

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

 span { border-color: rgb(204,253,96); }

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