Html Css Color HEX #CEF356 Mindaro

📋 copy color: '#CEF356'

red 206 ◦ green 243 ◦ blue 86

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

Shades of Mindaro #CEF356

Tints of Mindaro #CEF356

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.42%

 BLUE value IS 86 (33.98% from 255) = 16.07%

R = 38.5%
G = 45.42%
B = 16.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CEF356 (or 0xCEF356) is known color: Mindaro. HEX triplet: CE, F3 and 56. RGB value is (206,243,86). Sum of RGB (Red+Green+Blue) = 206+243+86=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF356 is #310CA9. Grayscale: #D6D6D6. Windows color (decimal): -3214506 or 5698510. OLE color: 5698510.

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

Color convert

RGB 206 243 86 -
CMYK 0.15 0 0.65 0.05
HSL 74.14º 0.87% 0.65% -
HSV(B) 74.14º 0.65% 0.95% -
XYZ 59.18 77.89 20.72 -
YUV 214.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 206 243 86 0.15 0 0.65 0.05 74.14 0.87 0.65
Hex CE F3 56 F 0 41 5 4A 57 41
Octal 316 363 126 17 0 101 5 112 127 101
Binary 11001110 11110011 1010110 1111 0 1000001 101 1001010 1010111 1000001

Color Harmonies of #CEF356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF356

Black with #CEF356

Text Example


Text Example

White with #CEF356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF356; }

 p { color: rgb(206,243,86); }

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

background-color css

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

 a { background-color: rgb(206,243,86); }

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

border-color css

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

 span { border-color: rgb(206,243,86); }

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