Html Css Color HEX #CCFF61 Mindaro

📋 copy color: '#CCFF61'

red 204 ◦ green 255 ◦ blue 97

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

Shades of Mindaro #CCFF61

Tints of Mindaro #CCFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.45%

R = 36.69%
G = 45.86%
B = 17.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#CCFF61 (or 0xCCFF61) is known color: Mindaro. HEX triplet: CC, FF and 61. RGB value is (204,255,97). Sum of RGB (Red+Green+Blue) = 204+255+97=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF61 is #33009E. Grayscale: #DEDEDE. Windows color (decimal): -3342495 or 6422476. OLE color: 6422476.

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

Color convert

RGB 204 255 97 -
CMYK 0.2 0 0.62 0
HSL 79.37º 1% 0.69% -
HSV(B) 79.37º 0.62% 1% -
XYZ 62.82 85.22 24.45 -
YUV 221.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 204 255 97 0.2 0 0.62 0 79.37 1 0.69
Hex CC FF 61 14 0 3E 0 4F 64 45
Octal 314 377 141 24 0 76 0 117 144 105
Binary 11001100 11111111 1100001 10100 0 111110 0 1001111 1100100 1000101

Color Harmonies of #CCFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF61

Black with #CCFF61

Text Example


Text Example

White with #CCFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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