#E6F27B

Color #E6F27B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #E6F27B

Tints of Mindaro #E6F27B

Color information

#E6F27B (or 0xE6F27B) is unknown color: approx Mindaro. HEX triplet: E6, F2 and 7B. RGB value is (230,242,123). Sum of RGB (Red+Green+Blue) = 230+242+123=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F27B is #190D84. Grayscale: #E1E1E1. Windows color (decimal): -1641861 or 8123110. OLE color: 8123110.

HSL color Cylindrical-coordinate representation of color #E6F27B: hue angle of 66.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6F27B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB230242123-
CMYK0.0500.490.05
HSL66.05º82.07%71.57%-
HSV(B)66.05º49.17%94.9%-
XYZ67.9681.7630.94-
YUV224.8570.52131.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 123 (48.44% from 255) = 20.67%
R=38.66%
G=40.67%
B=20.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302421230.0500.490.0566.0582.0771.57
HexE6F27B50315425248
Octal34636217350615102122110
Binary111001101111001011110111010110001101100001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F27B; }

 p { color: rgb(230,242,123); }

 H1.HeaderClassName
 {
   color: #E6F27B;
 }
 .AnyTagClassName
 {
   color: #E6F27B;
 }
</style>
background-color css

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

 a { background-color: rgb(230,242,123); }

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

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

 span { border-color: rgb(230,242,123); }

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