Html Css Color HEX #CEF270 Mindaro

📋 copy color: '#CEF270'

red 206 ◦ green 242 ◦ blue 112

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

Shades of Mindaro #CEF270

Tints of Mindaro #CEF270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

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

R = 36.79%
G = 43.21%
B = 20%

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

#CEF270 (or 0xCEF270) is known color: Mindaro. HEX triplet: CE, F2 and 70. RGB value is (206,242,112). Sum of RGB (Red+Green+Blue) = 206+242+112=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF270 is #310D8F. Grayscale: #D8D8D8. Windows color (decimal): -3214736 or 7402190. OLE color: 7402190.

HSL color Cylindrical-coordinate representation of color #CEF270: hue angle of 76.62º degrees, saturation: 0.83, 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 #CEF270 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 112 -
CMYK 0.15 0 0.54 0.05
HSL 76.62º 0.83% 0.69% -
HSV(B) 76.62º 0.54% 0.95% -
XYZ 60.13 77.8 27.18 -
YUV 216.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 206 242 112 0.15 0 0.54 0.05 76.62 0.83 0.69
Hex CE F2 70 F 0 36 5 4D 53 45
Octal 316 362 160 17 0 66 5 115 123 105
Binary 11001110 11110010 1110000 1111 0 110110 101 1001101 1010011 1000101

Color Harmonies of #CEF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF270

Black with #CEF270

Text Example


Text Example

White with #CEF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF270; }

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

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

background-color css

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

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

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

border-color css

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

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

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