Html Css Color HEX #CCF360 Mindaro

📋 copy color: '#CCF360'

red 204 ◦ green 243 ◦ blue 96

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

Shades of Mindaro #CCF360

Tints of Mindaro #CCF360

RGB

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

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

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

R = 37.57%
G = 44.75%
B = 17.68%

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

#CCF360 (or 0xCCF360) is known color: Mindaro. HEX triplet: CC, F3 and 60. RGB value is (204,243,96). Sum of RGB (Red+Green+Blue) = 204+243+96=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF360 is #330C9F. Grayscale: #D7D7D7. Windows color (decimal): -3345568 or 6353868. OLE color: 6353868.

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

Color convert

RGB 204 243 96 -
CMYK 0.16 0 0.60 0.05
HSL 75.92º 0.86% 0.66% -
HSV(B) 75.92º 0.6% 0.95% -
XYZ 59.06 77.78 22.97 -
YUV 214.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 204 243 96 0.16 0 0.60 0.05 75.92 0.86 0.66
Hex CC F3 60 10 0 3C 5 4C 56 42
Octal 314 363 140 20 0 74 5 114 126 102
Binary 11001100 11110011 1100000 10000 0 111100 101 1001100 1010110 1000010

Color Harmonies of #CCF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF360

Black with #CCF360

Text Example


Text Example

White with #CCF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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