Html Css Color HEX #CCF665 Mindaro

📋 copy color: '#CCF665'

red 204 ◦ green 246 ◦ blue 101

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

Shades of Mindaro #CCF665

Tints of Mindaro #CCF665

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.65%

 BLUE value IS 101 (39.84% from 255) = 18.33%

R = 37.02%
G = 44.65%
B = 18.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CCF665 (or 0xCCF665) is known color: Mindaro. HEX triplet: CC, F6 and 65. RGB value is (204,246,101). Sum of RGB (Red+Green+Blue) = 204+246+101=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF665 is #33099A. Grayscale: #D9D9D9. Windows color (decimal): -3344795 or 6682316. OLE color: 6682316.

HSL color Cylindrical-coordinate representation of color #CCF665: hue angle of 77.38º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF665 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 101 -
CMYK 0.17 0 0.59 0.04
HSL 77.38º 0.89% 0.68% -
HSV(B) 77.38º 0.59% 0.96% -
XYZ 60.21 79.69 24.52 -
YUV 216.91 62.59 118.79 -
System Red Green Blue C M Y K H S L
Decimal 204 246 101 0.17 0 0.59 0.04 77.38 0.89 0.68
Hex CC F6 65 11 0 3B 4 4D 59 44
Octal 314 366 145 21 0 73 4 115 131 104
Binary 11001100 11110110 1100101 10001 0 111011 100 1001101 1011001 1000100

Color Harmonies of #CCF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF665

Black with #CCF665

Text Example


Text Example

White with #CCF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF665; }

 p { color: rgb(204,246,101); }

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

background-color css

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

 a { background-color: rgb(204,246,101); }

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

border-color css

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

 span { border-color: rgb(204,246,101); }

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