Html Css Color HEX #CCE265 Mindaro

📋 copy color: '#CCE265'

red 204 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #CCE265

Tints of Mindaro #CCE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

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

R = 38.42%
G = 42.56%
B = 19.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CCE265 (or 0xCCE265) is known color: Mindaro. HEX triplet: CC, E2 and 65. RGB value is (204,226,101). Sum of RGB (Red+Green+Blue) = 204+226+101=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE265 is #331D9A. Grayscale: #CDCDCD. Windows color (decimal): -3349915 or 6677196. OLE color: 6677196.

HSL color Cylindrical-coordinate representation of color #CCE265: hue angle of 70.56º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE265 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 101 -
CMYK 0.10 0 0.55 0.11
HSL 70.56º 0.68% 0.64% -
HSV(B) 70.56º 0.55% 0.89% -
XYZ 54.45 68.17 22.6 -
YUV 205.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 204 226 101 0.10 0 0.55 0.11 70.56 0.68 0.64
Hex CC E2 65 A 0 37 B 47 44 40
Octal 314 342 145 12 0 67 13 107 104 100
Binary 11001100 11100010 1100101 1010 0 110111 1011 1000111 1000100 1000000

Color Harmonies of #CCE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE265

Black with #CCE265

Text Example


Text Example

White with #CCE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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