Html Css Color HEX #CCFC55 Mindaro

📋 copy color: '#CCFC55'

red 204 ◦ green 252 ◦ blue 85

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

Shades of Mindaro #CCFC55

Tints of Mindaro #CCFC55

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 85 (33.59% from 255) = 15.71%

R = 37.71%
G = 46.58%
B = 15.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#CCFC55 (or 0xCCFC55) is known color: Mindaro. HEX triplet: CC, FC and 55. RGB value is (204,252,85). Sum of RGB (Red+Green+Blue) = 204+252+85=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC55 is #3303AA. Grayscale: #DBDBDB. Windows color (decimal): -3343275 or 5635276. OLE color: 5635276.

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

Color convert

RGB 204 252 85 -
CMYK 0.19 0 0.66 0.01
HSL 77.25º 0.97% 0.66% -
HSV(B) 77.25º 0.66% 0.99% -
XYZ 61.35 83.11 21.4 -
YUV 218.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 204 252 85 0.19 0 0.66 0.01 77.25 0.97 0.66
Hex CC FC 55 13 0 42 1 4D 61 42
Octal 314 374 125 23 0 102 1 115 141 102
Binary 11001100 11111100 1010101 10011 0 1000010 1 1001101 1100001 1000010

Color Harmonies of #CCFC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC55

Black with #CCFC55

Text Example


Text Example

White with #CCFC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC55; }

 p { color: rgb(204,252,85); }

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

background-color css

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

 a { background-color: rgb(204,252,85); }

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

border-color css

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

 span { border-color: rgb(204,252,85); }

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