Html Css Color HEX #CCF163 Mindaro

📋 copy color: '#CCF163'

red 204 ◦ green 241 ◦ blue 99

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

Shades of Mindaro #CCF163

Tints of Mindaro #CCF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

 BLUE value IS 99 (39.06% from 255) = 18.2%

R = 37.5%
G = 44.3%
B = 18.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CCF163 (or 0xCCF163) is known color: Mindaro. HEX triplet: CC, F1 and 63. RGB value is (204,241,99). Sum of RGB (Red+Green+Blue) = 204+241+99=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF163 is #330E9C. Grayscale: #D6D6D6. Windows color (decimal): -3346077 or 6549964. OLE color: 6549964.

HSL color Cylindrical-coordinate representation of color #CCF163: hue angle of 75.63º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF163 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 99 -
CMYK 0.15 0 0.59 0.05
HSL 75.63º 0.84% 0.67% -
HSV(B) 75.63º 0.59% 0.95% -
XYZ 58.61 76.65 23.51 -
YUV 213.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 204 241 99 0.15 0 0.59 0.05 75.63 0.84 0.67
Hex CC F1 63 F 0 3B 5 4C 54 43
Octal 314 361 143 17 0 73 5 114 124 103
Binary 11001100 11110001 1100011 1111 0 111011 101 1001100 1010100 1000011

Color Harmonies of #CCF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF163

Black with #CCF163

Text Example


Text Example

White with #CCF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF163; }

 p { color: rgb(204,241,99); }

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

background-color css

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

 a { background-color: rgb(204,241,99); }

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

border-color css

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

 span { border-color: rgb(204,241,99); }

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