Html Css Color HEX #CEF070 Mindaro

📋 copy color: '#CEF070'

red 206 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #CEF070

Tints of Mindaro #CEF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.01%

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

R = 36.92%
G = 43.01%
B = 20.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CEF070 (or 0xCEF070) is known color: Mindaro. HEX triplet: CE, F0 and 70. RGB value is (206,240,112). Sum of RGB (Red+Green+Blue) = 206+240+112=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF070 is #310F8F. Grayscale: #D7D7D7. Windows color (decimal): -3215248 or 7401678. OLE color: 7401678.

HSL color Cylindrical-coordinate representation of color #CEF070: hue angle of 75.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF070 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 112 -
CMYK 0.14 0 0.53 0.06
HSL 75.94º 0.81% 0.69% -
HSV(B) 75.94º 0.53% 0.94% -
XYZ 59.54 76.61 26.98 -
YUV 215.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 206 240 112 0.14 0 0.53 0.06 75.94 0.81 0.69
Hex CE F0 70 E 0 35 6 4C 51 45
Octal 316 360 160 16 0 65 6 114 121 105
Binary 11001110 11110000 1110000 1110 0 110101 110 1001100 1010001 1000101

Color Harmonies of #CEF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF070

Black with #CEF070

Text Example


Text Example

White with #CEF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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