Html Css Color HEX #CCF065 Mindaro

📋 copy color: '#CCF065'

red 204 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #CCF065

Tints of Mindaro #CCF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 37.43%
G = 44.04%
B = 18.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CCF065 (or 0xCCF065) is known color: Mindaro. HEX triplet: CC, F0 and 65. RGB value is (204,240,101). Sum of RGB (Red+Green+Blue) = 204+240+101=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF065 is #330F9A. Grayscale: #D5D5D5. Windows color (decimal): -3346331 or 6680780. OLE color: 6680780.

HSL color Cylindrical-coordinate representation of color #CCF065: hue angle of 75.54º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF065 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 101 -
CMYK 0.15 0 0.58 0.06
HSL 75.54º 0.82% 0.67% -
HSV(B) 75.54º 0.58% 0.94% -
XYZ 58.41 76.1 23.92 -
YUV 213.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 204 240 101 0.15 0 0.58 0.06 75.54 0.82 0.67
Hex CC F0 65 F 0 3A 6 4C 52 43
Octal 314 360 145 17 0 72 6 114 122 103
Binary 11001100 11110000 1100101 1111 0 111010 110 1001100 1010010 1000011

Color Harmonies of #CCF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF065

Black with #CCF065

Text Example


Text Example

White with #CCF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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