Html Css Color HEX #CEE672 Mindaro

📋 copy color: '#CEE672'

red 206 ◦ green 230 ◦ blue 114

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

Shades of Mindaro #CEE672

Tints of Mindaro #CEE672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.82%

 BLUE value IS 114 (44.92% from 255) = 20.73%

R = 37.45%
G = 41.82%
B = 20.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CEE672 (or 0xCEE672) is known color: Mindaro. HEX triplet: CE, E6 and 72. RGB value is (206,230,114). Sum of RGB (Red+Green+Blue) = 206+230+114=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE672 is #31198D. Grayscale: #D2D2D2. Windows color (decimal): -3217806 or 7530190. OLE color: 7530190.

HSL color Cylindrical-coordinate representation of color #CEE672: hue angle of 72.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE672 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 114 -
CMYK 0.10 0 0.50 0.10
HSL 72.41º 0.7% 0.67% -
HSV(B) 72.41º 0.5% 0.9% -
XYZ 56.79 70.93 26.62 -
YUV 209.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 206 230 114 0.10 0 0.50 0.10 72.41 0.7 0.67
Hex CE E6 72 A 0 32 A 48 46 43
Octal 316 346 162 12 0 62 12 110 106 103
Binary 11001110 11100110 1110010 1010 0 110010 1010 1001000 1000110 1000011

Color Harmonies of #CEE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE672

Black with #CEE672

Text Example


Text Example

White with #CEE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE672; }

 p { color: rgb(206,230,114); }

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

background-color css

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

 a { background-color: rgb(206,230,114); }

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

border-color css

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

 span { border-color: rgb(206,230,114); }

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