Html Css Color HEX #CEFA6E Mindaro

📋 copy color: '#CEFA6E'

red 206 ◦ green 250 ◦ blue 110

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

Shades of Mindaro #CEFA6E

Tints of Mindaro #CEFA6E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 110 (43.36% from 255) = 19.43%

R = 36.4%
G = 44.17%
B = 19.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#CEFA6E (or 0xCEFA6E) is known color: Mindaro. HEX triplet: CE, FA and 6E. RGB value is (206,250,110). Sum of RGB (Red+Green+Blue) = 206+250+110=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA6E is #310591. Grayscale: #DDDDDD. Windows color (decimal): -3212690 or 7273166. OLE color: 7273166.

HSL color Cylindrical-coordinate representation of color #CEFA6E: hue angle of 78.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEFA6E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 110 -
CMYK 0.18 0 0.56 0.02
HSL 78.86º 0.93% 0.71% -
HSV(B) 78.86º 0.56% 0.98% -
XYZ 62.45 82.62 27.41 -
YUV 220.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 206 250 110 0.18 0 0.56 0.02 78.86 0.93 0.71
Hex CE FA 6E 12 0 38 2 4F 5D 47
Octal 316 372 156 22 0 70 2 117 135 107
Binary 11001110 11111010 1101110 10010 0 111000 10 1001111 1011101 1000111

Color Harmonies of #CEFA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA6E

Black with #CEFA6E

Text Example


Text Example

White with #CEFA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA6E; }

 p { color: rgb(206,250,110); }

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

background-color css

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

 a { background-color: rgb(206,250,110); }

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

border-color css

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

 span { border-color: rgb(206,250,110); }

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