Html Css Color HEX #CEE265 Mindaro

📋 copy color: '#CEE265'

red 206 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #CEE265

Tints of Mindaro #CEE265

RGB

 RED value IS 206 (80.86% from 255) = 38.65%

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

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

R = 38.65%
G = 42.4%
B = 18.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CEE265 (or 0xCEE265) is known color: Mindaro. HEX triplet: CE, E2 and 65. RGB value is (206,226,101). Sum of RGB (Red+Green+Blue) = 206+226+101=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE265 is #311D9A. Grayscale: #CECECE. Windows color (decimal): -3218843 or 6677198. OLE color: 6677198.

HSL color Cylindrical-coordinate representation of color #CEE265: hue angle of 69.6º 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 #CEE265 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 101 -
CMYK 0.09 0 0.55 0.11
HSL 69.6º 0.68% 0.64% -
HSV(B) 69.6º 0.55% 0.89% -
XYZ 55 68.45 22.63 -
YUV 205.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 206 226 101 0.09 0 0.55 0.11 69.6 0.68 0.64
Hex CE E2 65 9 0 37 B 46 44 40
Octal 316 342 145 11 0 67 13 106 104 100
Binary 11001110 11100010 1100101 1001 0 110111 1011 1000110 1000100 1000000

Color Harmonies of #CEE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE265

Black with #CEE265

Text Example


Text Example

White with #CEE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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