Html Css Color HEX #CCF260 Mindaro

📋 copy color: '#CCF260'

red 204 ◦ green 242 ◦ blue 96

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

Shades of Mindaro #CCF260

Tints of Mindaro #CCF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

 BLUE value IS 96 (37.89% from 255) = 17.71%

R = 37.64%
G = 44.65%
B = 17.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CCF260 (or 0xCCF260) is known color: Mindaro. HEX triplet: CC, F2 and 60. RGB value is (204,242,96). Sum of RGB (Red+Green+Blue) = 204+242+96=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF260 is #330D9F. Grayscale: #D6D6D6. Windows color (decimal): -3345824 or 6353612. OLE color: 6353612.

HSL color Cylindrical-coordinate representation of color #CCF260: hue angle of 75.62º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF260 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 96 -
CMYK 0.16 0 0.60 0.05
HSL 75.62º 0.85% 0.66% -
HSV(B) 75.62º 0.6% 0.95% -
XYZ 58.77 77.19 22.87 -
YUV 213.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 204 242 96 0.16 0 0.60 0.05 75.62 0.85 0.66
Hex CC F2 60 10 0 3C 5 4C 55 42
Octal 314 362 140 20 0 74 5 114 125 102
Binary 11001100 11110010 1100000 10000 0 111100 101 1001100 1010101 1000010

Color Harmonies of #CCF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF260

Black with #CCF260

Text Example


Text Example

White with #CCF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF260; }

 p { color: rgb(204,242,96); }

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

background-color css

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

 a { background-color: rgb(204,242,96); }

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

border-color css

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

 span { border-color: rgb(204,242,96); }

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