Html Css Color HEX #CEE974 Mindaro

📋 copy color: '#CEE974'

red 206 ◦ green 233 ◦ blue 116

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

Shades of Mindaro #CEE974

Tints of Mindaro #CEE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

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

R = 37.12%
G = 41.98%
B = 20.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CEE974 (or 0xCEE974) is known color: Mindaro. HEX triplet: CE, E9 and 74. RGB value is (206,233,116). Sum of RGB (Red+Green+Blue) = 206+233+116=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE974 is #31168B. Grayscale: #D4D4D4. Windows color (decimal): -3217036 or 7662030. OLE color: 7662030.

HSL color Cylindrical-coordinate representation of color #CEE974: hue angle of 73.85º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE974 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 116 -
CMYK 0.12 0 0.50 0.09
HSL 73.85º 0.73% 0.68% -
HSV(B) 73.85º 0.5% 0.91% -
XYZ 57.74 72.66 27.5 -
YUV 211.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 206 233 116 0.12 0 0.50 0.09 73.85 0.73 0.68
Hex CE E9 74 C 0 32 9 4A 49 44
Octal 316 351 164 14 0 62 11 112 111 104
Binary 11001110 11101001 1110100 1100 0 110010 1001 1001010 1001001 1000100

Color Harmonies of #CEE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE974

Black with #CEE974

Text Example


Text Example

White with #CEE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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