Html Css Color HEX #CEF750 Mindaro

📋 copy color: '#CEF750'

red 206 ◦ green 247 ◦ blue 80

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

Shades of Mindaro #CEF750

Tints of Mindaro #CEF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 80 (31.64% from 255) = 15.01%

R = 38.65%
G = 46.34%
B = 15.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#CEF750 (or 0xCEF750) is known color: Mindaro. HEX triplet: CE, F7 and 50. RGB value is (206,247,80). Sum of RGB (Red+Green+Blue) = 206+247+80=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF750 is #3108AF. Grayscale: #D8D8D8. Windows color (decimal): -3213488 or 5306318. OLE color: 5306318.

HSL color Cylindrical-coordinate representation of color #CEF750: hue angle of 74.73º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF750 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 80 -
CMYK 0.17 0 0.68 0.03
HSL 74.73º 0.91% 0.64% -
HSV(B) 74.73º 0.68% 0.97% -
XYZ 60.16 80.22 19.9 -
YUV 215.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 206 247 80 0.17 0 0.68 0.03 74.73 0.91 0.64
Hex CE F7 50 11 0 44 3 4B 5B 40
Octal 316 367 120 21 0 104 3 113 133 100
Binary 11001110 11110111 1010000 10001 0 1000100 11 1001011 1011011 1000000

Color Harmonies of #CEF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF750

Black with #CEF750

Text Example


Text Example

White with #CEF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF750; }

 p { color: rgb(206,247,80); }

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

background-color css

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

 a { background-color: rgb(206,247,80); }

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

border-color css

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

 span { border-color: rgb(206,247,80); }

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