Html Css Color HEX #CEF760 Mindaro

📋 copy color: '#CEF760'

red 206 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #CEF760

Tints of Mindaro #CEF760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 37.52%
G = 44.99%
B = 17.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CEF760 (or 0xCEF760) is known color: Mindaro. HEX triplet: CE, F7 and 60. RGB value is (206,247,96). Sum of RGB (Red+Green+Blue) = 206+247+96=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF760 is #31089F. Grayscale: #DADADA. Windows color (decimal): -3213472 or 6354894. OLE color: 6354894.

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

Color convert

RGB 206 247 96 -
CMYK 0.17 0 0.61 0.03
HSL 76.29º 0.9% 0.67% -
HSV(B) 76.29º 0.61% 0.97% -
XYZ 60.83 80.49 23.4 -
YUV 217.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 206 247 96 0.17 0 0.61 0.03 76.29 0.9 0.67
Hex CE F7 60 11 0 3D 3 4C 5A 43
Octal 316 367 140 21 0 75 3 114 132 103
Binary 11001110 11110111 1100000 10001 0 111101 11 1001100 1011010 1000011

Color Harmonies of #CEF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF760

Black with #CEF760

Text Example


Text Example

White with #CEF760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF760; }

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

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

background-color css

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

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

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

border-color css

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

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

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