Html Css Color HEX #CCF052 Mindaro

📋 copy color: '#CCF052'

red 204 ◦ green 240 ◦ blue 82

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

Shades of Mindaro #CCF052

Tints of Mindaro #CCF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

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

R = 38.78%
G = 45.63%
B = 15.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#CCF052 (or 0xCCF052) is known color: Mindaro. HEX triplet: CC, F0 and 52. RGB value is (204,240,82). Sum of RGB (Red+Green+Blue) = 204+240+82=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF052 is #330FAD. Grayscale: #D3D3D3. Windows color (decimal): -3346350 or 5435596. OLE color: 5435596.

HSL color Cylindrical-coordinate representation of color #CCF052: hue angle of 73.67º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF052 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 82 -
CMYK 0.15 0 0.66 0.06
HSL 73.67º 0.84% 0.63% -
HSV(B) 73.67º 0.66% 0.94% -
XYZ 57.58 75.77 19.57 -
YUV 211.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 204 240 82 0.15 0 0.66 0.06 73.67 0.84 0.63
Hex CC F0 52 F 0 42 6 4A 54 3F
Octal 314 360 122 17 0 102 6 112 124 77
Binary 11001100 11110000 1010010 1111 0 1000010 110 1001010 1010100 111111

Color Harmonies of #CCF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF052

Black with #CCF052

Text Example


Text Example

White with #CCF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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