Html Css Color HEX #CEE074 Mindaro

📋 copy color: '#CEE074'

red 206 ◦ green 224 ◦ blue 116

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

Shades of Mindaro #CEE074

Tints of Mindaro #CEE074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.03%

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 37.73%
G = 41.03%
B = 21.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CEE074 (or 0xCEE074) is known color: Mindaro. HEX triplet: CE, E0 and 74. RGB value is (206,224,116). Sum of RGB (Red+Green+Blue) = 206+224+116=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE074 is #311F8B. Grayscale: #CECECE. Windows color (decimal): -3219340 or 7659726. OLE color: 7659726.

HSL color Cylindrical-coordinate representation of color #CEE074: hue angle of 70º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEE074 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 116 -
CMYK 0.08 0 0.48 0.12
HSL 70º 0.64% 0.67% -
HSV(B) 70º 0.48% 0.88% -
XYZ 55.26 67.69 26.68 -
YUV 206.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 206 224 116 0.08 0 0.48 0.12 70 0.64 0.67
Hex CE E0 74 8 0 30 C 46 40 43
Octal 316 340 164 10 0 60 14 106 100 103
Binary 11001110 11100000 1110100 1000 0 110000 1100 1000110 1000000 1000011

Color Harmonies of #CEE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE074

Black with #CEE074

Text Example


Text Example

White with #CEE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE074; }

 p { color: rgb(206,224,116); }

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

background-color css

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

 a { background-color: rgb(206,224,116); }

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

border-color css

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

 span { border-color: rgb(206,224,116); }

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