Html Css Color HEX #CEF053 Mindaro

📋 copy color: '#CEF053'

red 206 ◦ green 240 ◦ blue 83

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

Shades of Mindaro #CEF053

Tints of Mindaro #CEF053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 38.94%
G = 45.37%
B = 15.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CEF053 (or 0xCEF053) is known color: Mindaro. HEX triplet: CE, F0 and 53. RGB value is (206,240,83). Sum of RGB (Red+Green+Blue) = 206+240+83=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF053 is #310FAC. Grayscale: #D4D4D4. Windows color (decimal): -3215277 or 5501134. OLE color: 5501134.

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

Color convert

RGB 206 240 83 -
CMYK 0.14 0 0.65 0.06
HSL 72.99º 0.84% 0.63% -
HSV(B) 72.99º 0.65% 0.94% -
XYZ 58.18 76.07 19.8 -
YUV 211.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 206 240 83 0.14 0 0.65 0.06 72.99 0.84 0.63
Hex CE F0 53 E 0 41 6 49 54 3F
Octal 316 360 123 16 0 101 6 111 124 77
Binary 11001110 11110000 1010011 1110 0 1000001 110 1001001 1010100 111111

Color Harmonies of #CEF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF053

Black with #CEF053

Text Example


Text Example

White with #CEF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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