Html Css Color HEX #CCF06D Mindaro

📋 copy color: '#CCF06D'

red 204 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #CCF06D

Tints of Mindaro #CCF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 36.89%
G = 43.4%
B = 19.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CCF06D (or 0xCCF06D) is known color: Mindaro. HEX triplet: CC, F0 and 6D. RGB value is (204,240,109). Sum of RGB (Red+Green+Blue) = 204+240+109=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF06D is #330F92. Grayscale: #D6D6D6. Windows color (decimal): -3346323 or 7205068. OLE color: 7205068.

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

Color convert

RGB 204 240 109 -
CMYK 0.15 0 0.55 0.06
HSL 76.49º 0.81% 0.68% -
HSV(B) 76.49º 0.55% 0.94% -
XYZ 58.82 76.26 26.09 -
YUV 214.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 204 240 109 0.15 0 0.55 0.06 76.49 0.81 0.68
Hex CC F0 6D F 0 37 6 4C 51 44
Octal 314 360 155 17 0 67 6 114 121 104
Binary 11001100 11110000 1101101 1111 0 110111 110 1001100 1010001 1000100

Color Harmonies of #CCF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF06D

Black with #CCF06D

Text Example


Text Example

White with #CCF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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