Html Css Color HEX #CEF051 Mindaro

📋 copy color: '#CEF051'

red 206 ◦ green 240 ◦ blue 81

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

Shades of Mindaro #CEF051

Tints of Mindaro #CEF051

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 81 (32.03% from 255) = 15.37%

R = 39.09%
G = 45.54%
B = 15.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#CEF051 (or 0xCEF051) is known color: Mindaro. HEX triplet: CE, F0 and 51. RGB value is (206,240,81). Sum of RGB (Red+Green+Blue) = 206+240+81=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF051 is #310FAE. Grayscale: #D4D4D4. Windows color (decimal): -3215279 or 5370062. OLE color: 5370062.

HSL color Cylindrical-coordinate representation of color #CEF051: hue angle of 72.83º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF051 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 81 -
CMYK 0.14 0 0.66 0.06
HSL 72.83º 0.84% 0.63% -
HSV(B) 72.83º 0.66% 0.94% -
XYZ 58.1 76.04 19.4 -
YUV 211.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 206 240 81 0.14 0 0.66 0.06 72.83 0.84 0.63
Hex CE F0 51 E 0 42 6 49 54 3F
Octal 316 360 121 16 0 102 6 111 124 77
Binary 11001110 11110000 1010001 1110 0 1000010 110 1001001 1010100 111111

Color Harmonies of #CEF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF051

Black with #CEF051

Text Example


Text Example

White with #CEF051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF051; }

 p { color: rgb(206,240,81); }

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

background-color css

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

 a { background-color: rgb(206,240,81); }

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

border-color css

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

 span { border-color: rgb(206,240,81); }

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