Html Css Color HEX #CCF053 Mindaro

📋 copy color: '#CCF053'

red 204 ◦ green 240 ◦ blue 83

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

Shades of Mindaro #CCF053

Tints of Mindaro #CCF053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.75%

R = 38.71%
G = 45.54%
B = 15.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CCF053 (or 0xCCF053) is known color: Mindaro. HEX triplet: CC, F0 and 53. RGB value is (204,240,83). Sum of RGB (Red+Green+Blue) = 204+240+83=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF053 is #330FAC. Grayscale: #D3D3D3. Windows color (decimal): -3346349 or 5501132. OLE color: 5501132.

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

Color convert

RGB 204 240 83 -
CMYK 0.15 0 0.65 0.06
HSL 73.76º 0.84% 0.63% -
HSV(B) 73.76º 0.65% 0.94% -
XYZ 57.62 75.78 19.77 -
YUV 211.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 204 240 83 0.15 0 0.65 0.06 73.76 0.84 0.63
Hex CC F0 53 F 0 41 6 4A 54 3F
Octal 314 360 123 17 0 101 6 112 124 77
Binary 11001100 11110000 1010011 1111 0 1000001 110 1001010 1010100 111111

Color Harmonies of #CCF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF053

Black with #CCF053

Text Example


Text Example

White with #CCF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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