Html Css Color HEX #CEE266 Mindaro

📋 copy color: '#CEE266'

red 206 ◦ green 226 ◦ blue 102

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

Shades of Mindaro #CEE266

Tints of Mindaro #CEE266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.1%

R = 38.58%
G = 42.32%
B = 19.1%

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

#CEE266 (or 0xCEE266) is known color: Mindaro. HEX triplet: CE, E2 and 66. RGB value is (206,226,102). Sum of RGB (Red+Green+Blue) = 206+226+102=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE266 is #311D99. Grayscale: #CECECE. Windows color (decimal): -3218842 or 6742734. OLE color: 6742734.

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

Color convert

RGB 206 226 102 -
CMYK 0.09 0 0.55 0.11
HSL 69.68º 0.68% 0.64% -
HSV(B) 69.68º 0.55% 0.89% -
XYZ 55.05 68.47 22.89 -
YUV 205.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 206 226 102 0.09 0 0.55 0.11 69.68 0.68 0.64
Hex CE E2 66 9 0 37 B 46 44 40
Octal 316 342 146 11 0 67 13 106 104 100
Binary 11001110 11100010 1100110 1001 0 110111 1011 1000110 1000100 1000000

Color Harmonies of #CEE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE266

Black with #CEE266

Text Example


Text Example

White with #CEE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE266; }

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

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

background-color css

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

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

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

border-color css

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

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

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