Html Css Color HEX #CCF261 Mindaro

📋 copy color: '#CCF261'

red 204 ◦ green 242 ◦ blue 97

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

Shades of Mindaro #CCF261

Tints of Mindaro #CCF261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 37.57%
G = 44.57%
B = 17.86%

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

#CCF261 (or 0xCCF261) is known color: Mindaro. HEX triplet: CC, F2 and 61. RGB value is (204,242,97). Sum of RGB (Red+Green+Blue) = 204+242+97=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF261 is #330D9E. Grayscale: #D6D6D6. Windows color (decimal): -3345823 or 6419148. OLE color: 6419148.

HSL color Cylindrical-coordinate representation of color #CCF261: hue angle of 75.72º 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 #CCF261 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 97 -
CMYK 0.16 0 0.60 0.05
HSL 75.72º 0.85% 0.66% -
HSV(B) 75.72º 0.6% 0.95% -
XYZ 58.81 77.2 23.11 -
YUV 214.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 204 242 97 0.16 0 0.60 0.05 75.72 0.85 0.66
Hex CC F2 61 10 0 3C 5 4C 55 42
Octal 314 362 141 20 0 74 5 114 125 102
Binary 11001100 11110010 1100001 10000 0 111100 101 1001100 1010101 1000010

Color Harmonies of #CCF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF261

Black with #CCF261

Text Example


Text Example

White with #CCF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF261; }

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

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

background-color css

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

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

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

border-color css

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

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

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