Html Css Color HEX #CCF361 Mindaro

📋 copy color: '#CCF361'

red 204 ◦ green 243 ◦ blue 97

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

Shades of Mindaro #CCF361

Tints of Mindaro #CCF361

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 37.5%
G = 44.67%
B = 17.83%

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

#CCF361 (or 0xCCF361) is known color: Mindaro. HEX triplet: CC, F3 and 61. RGB value is (204,243,97). Sum of RGB (Red+Green+Blue) = 204+243+97=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF361 is #330C9E. Grayscale: #D7D7D7. Windows color (decimal): -3345567 or 6419404. OLE color: 6419404.

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

Color convert

RGB 204 243 97 -
CMYK 0.16 0 0.60 0.05
HSL 76.03º 0.86% 0.67% -
HSV(B) 76.03º 0.6% 0.95% -
XYZ 59.11 77.8 23.21 -
YUV 214.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 204 243 97 0.16 0 0.60 0.05 76.03 0.86 0.67
Hex CC F3 61 10 0 3C 5 4C 56 43
Octal 314 363 141 20 0 74 5 114 126 103
Binary 11001100 11110011 1100001 10000 0 111100 101 1001100 1010110 1000011

Color Harmonies of #CCF361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF361

Black with #CCF361

Text Example


Text Example

White with #CCF361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF361; }

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

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

background-color css

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

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

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

border-color css

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

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

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