Html Css Color HEX #CCFF52 Mindaro

📋 copy color: '#CCFF52'

red 204 ◦ green 255 ◦ blue 82

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

Shades of Mindaro #CCFF52

Tints of Mindaro #CCFF52

RGB

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

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

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

R = 37.71%
G = 47.13%
B = 15.16%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#CCFF52 (or 0xCCFF52) is known color: Mindaro. HEX triplet: CC, FF and 52. RGB value is (204,255,82). Sum of RGB (Red+Green+Blue) = 204+255+82=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF52 is #3300AD. Grayscale: #DCDCDC. Windows color (decimal): -3342510 or 5439436. OLE color: 5439436.

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

Color convert

RGB 204 255 82 -
CMYK 0.2 0 0.68 0
HSL 77.69º 1% 0.66% -
HSV(B) 77.69º 0.68% 1% -
XYZ 62.18 84.97 21.11 -
YUV 220.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 204 255 82 0.2 0 0.68 0 77.69 1 0.66
Hex CC FF 52 14 0 44 0 4E 64 42
Octal 314 377 122 24 0 104 0 116 144 102
Binary 11001100 11111111 1010010 10100 0 1000100 0 1001110 1100100 1000010

Color Harmonies of #CCFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF52

Black with #CCFF52

Text Example


Text Example

White with #CCFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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