Html Css Color HEX #CEE674 Mindaro

📋 copy color: '#CEE674'

red 206 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #CEE674

Tints of Mindaro #CEE674

RGB

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

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

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

R = 37.32%
G = 41.67%
B = 21.01%

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

#CEE674 (or 0xCEE674) is known color: Mindaro. HEX triplet: CE, E6 and 74. RGB value is (206,230,116). Sum of RGB (Red+Green+Blue) = 206+230+116=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE674 is #31198B. Grayscale: #D2D2D2. Windows color (decimal): -3217804 or 7661262. OLE color: 7661262.

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

Color convert

RGB 206 230 116 -
CMYK 0.10 0 0.50 0.10
HSL 72.63º 0.7% 0.68% -
HSV(B) 72.63º 0.5% 0.9% -
XYZ 56.9 70.98 27.22 -
YUV 209.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 206 230 116 0.10 0 0.50 0.10 72.63 0.7 0.68
Hex CE E6 74 A 0 32 A 49 46 44
Octal 316 346 164 12 0 62 12 111 106 104
Binary 11001110 11100110 1110100 1010 0 110010 1010 1001001 1000110 1000100

Color Harmonies of #CEE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE674

Black with #CEE674

Text Example


Text Example

White with #CEE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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