Html Css Color HEX #CEF470 Mindaro

📋 copy color: '#CEF470'

red 206 ◦ green 244 ◦ blue 112

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

Shades of Mindaro #CEF470

Tints of Mindaro #CEF470

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.42%

 BLUE value IS 112 (44.14% from 255) = 19.93%

R = 36.65%
G = 43.42%
B = 19.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CEF470 (or 0xCEF470) is known color: Mindaro. HEX triplet: CE, F4 and 70. RGB value is (206,244,112). Sum of RGB (Red+Green+Blue) = 206+244+112=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF470 is #310B8F. Grayscale: #DADADA. Windows color (decimal): -3214224 or 7402702. OLE color: 7402702.

HSL color Cylindrical-coordinate representation of color #CEF470: hue angle of 77.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF470 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 244 112 -
CMYK 0.16 0 0.54 0.04
HSL 77.27º 0.86% 0.7% -
HSV(B) 77.27º 0.54% 0.96% -
XYZ 60.73 78.99 27.38 -
YUV 217.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 206 244 112 0.16 0 0.54 0.04 77.27 0.86 0.7
Hex CE F4 70 10 0 36 4 4D 56 46
Octal 316 364 160 20 0 66 4 115 126 106
Binary 11001110 11110100 1110000 10000 0 110110 100 1001101 1010110 1000110

Color Harmonies of #CEF470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF470

Black with #CEF470

Text Example


Text Example

White with #CEF470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF470; }

 p { color: rgb(206,244,112); }

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

background-color css

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

 a { background-color: rgb(206,244,112); }

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

border-color css

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

 span { border-color: rgb(206,244,112); }

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