Html Css Color HEX #CCFD52 Mindaro

📋 copy color: '#CCFD52'

red 204 ◦ green 253 ◦ blue 82

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

Shades of Mindaro #CCFD52

Tints of Mindaro #CCFD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.21%

R = 37.85%
G = 46.94%
B = 15.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#CCFD52 (or 0xCCFD52) is known color: Mindaro. HEX triplet: CC, FD and 52. RGB value is (204,253,82). Sum of RGB (Red+Green+Blue) = 204+253+82=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD52 is #3302AD. Grayscale: #DBDBDB. Windows color (decimal): -3343022 or 5438924. OLE color: 5438924.

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

Color convert

RGB 204 253 82 -
CMYK 0.19 0 0.68 0.01
HSL 77.19º 0.98% 0.66% -
HSV(B) 77.19º 0.68% 0.99% -
XYZ 61.55 83.7 20.89 -
YUV 218.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 204 253 82 0.19 0 0.68 0.01 77.19 0.98 0.66
Hex CC FD 52 13 0 44 1 4D 62 42
Octal 314 375 122 23 0 104 1 115 142 102
Binary 11001100 11111101 1010010 10011 0 1000100 1 1001101 1100010 1000010

Color Harmonies of #CCFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD52

Black with #CCFD52

Text Example


Text Example

White with #CCFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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