Html Css Color HEX #CEF257 Mindaro

📋 copy color: '#CEF257'

red 206 ◦ green 242 ◦ blue 87

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

Shades of Mindaro #CEF257

Tints of Mindaro #CEF257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.26%

R = 38.5%
G = 45.23%
B = 16.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CEF257 (or 0xCEF257) is known color: Mindaro. HEX triplet: CE, F2 and 57. RGB value is (206,242,87). Sum of RGB (Red+Green+Blue) = 206+242+87=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF257 is #310DA8. Grayscale: #D6D6D6. Windows color (decimal): -3214761 or 5763790. OLE color: 5763790.

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

Color convert

RGB 206 242 87 -
CMYK 0.15 0 0.64 0.05
HSL 73.94º 0.86% 0.65% -
HSV(B) 73.94º 0.64% 0.95% -
XYZ 58.93 77.31 20.83 -
YUV 213.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 206 242 87 0.15 0 0.64 0.05 73.94 0.86 0.65
Hex CE F2 57 F 0 40 5 4A 56 41
Octal 316 362 127 17 0 100 5 112 126 101
Binary 11001110 11110010 1010111 1111 0 1000000 101 1001010 1010110 1000001

Color Harmonies of #CEF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF257

Black with #CEF257

Text Example


Text Example

White with #CEF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF257; }

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

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

background-color css

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

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

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

border-color css

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

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

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