Html Css Color HEX #CCF265 Mindaro

📋 copy color: '#CCF265'

red 204 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #CCF265

Tints of Mindaro #CCF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

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

R = 37.29%
G = 44.24%
B = 18.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CCF265 (or 0xCCF265) is known color: Mindaro. HEX triplet: CC, F2 and 65. RGB value is (204,242,101). Sum of RGB (Red+Green+Blue) = 204+242+101=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF265 is #330D9A. Grayscale: #D7D7D7. Windows color (decimal): -3345819 or 6681292. OLE color: 6681292.

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

Color convert

RGB 204 242 101 -
CMYK 0.16 0 0.58 0.05
HSL 76.17º 0.84% 0.67% -
HSV(B) 76.17º 0.58% 0.95% -
XYZ 59 77.28 24.12 -
YUV 214.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 204 242 101 0.16 0 0.58 0.05 76.17 0.84 0.67
Hex CC F2 65 10 0 3A 5 4C 54 43
Octal 314 362 145 20 0 72 5 114 124 103
Binary 11001100 11110010 1100101 10000 0 111010 101 1001100 1010100 1000011

Color Harmonies of #CCF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF265

Black with #CCF265

Text Example


Text Example

White with #CCF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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