#CEFF6B

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

Shades of Mindaro #CEFF6B

Tints of Mindaro #CEFF6B

Color information

#CEFF6B (or 0xCEFF6B) is unknown color: approx Mindaro. HEX triplet: CE, FF and 6B. RGB value is (206,255,107). Sum of RGB (Red+Green+Blue) = 206+255+107=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF6B is #310094. Grayscale: #E0E0E0. Windows color (decimal): -3211413 or 7077838. OLE color: 7077838.

HSL color Cylindrical-coordinate representation of color #CEFF6B: hue angle of 79.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEFF6B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB206255107-
CMYK0.1900.580
HSL79.86º100%70.98%-
HSV(B)79.86º58.04%100%-
XYZ63.8785.727.09-
YUV223.4862.27115.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 255 (100% from 255) = 44.89%
BLUE value IS 107 (42.19% from 255) = 18.84%
R=36.27%
G=44.89%
B=18.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551070.1900.58079.8610070.98
HexCEFF6B1303A0506447
Octal316377153230720120144107
Binary110011101111111111010111001101110100101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF6B; }

 p { color: rgb(206,255,107); }

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

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

 a { background-color: rgb(206,255,107); }

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

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

 span { border-color: rgb(206,255,107); }

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