Html Css Color HEX #CEF170 Mindaro

📋 copy color: '#CEF170'

red 206 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #CEF170

Tints of Mindaro #CEF170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.11%

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

R = 36.85%
G = 43.11%
B = 20.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#CEF170 (or 0xCEF170) is known color: Mindaro. HEX triplet: CE, F1 and 70. RGB value is (206,241,112). Sum of RGB (Red+Green+Blue) = 206+241+112=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF170 is #310E8F. Grayscale: #D8D8D8. Windows color (decimal): -3214992 or 7401934. OLE color: 7401934.

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

Color convert

RGB 206 241 112 -
CMYK 0.15 0 0.54 0.05
HSL 76.28º 0.82% 0.69% -
HSV(B) 76.28º 0.54% 0.95% -
XYZ 59.83 77.2 27.08 -
YUV 215.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 206 241 112 0.15 0 0.54 0.05 76.28 0.82 0.69
Hex CE F1 70 F 0 36 5 4C 52 45
Octal 316 361 160 17 0 66 5 114 122 105
Binary 11001110 11110001 1110000 1111 0 110110 101 1001100 1010010 1000101

Color Harmonies of #CEF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF170

Black with #CEF170

Text Example


Text Example

White with #CEF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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