Html Css Color HEX #CEE274 Mindaro

📋 copy color: '#CEE274'

red 206 ◦ green 226 ◦ blue 116

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

Shades of Mindaro #CEE274

Tints of Mindaro #CEE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.24%

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

R = 37.59%
G = 41.24%
B = 21.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CEE274 (or 0xCEE274) is known color: Mindaro. HEX triplet: CE, E2 and 74. RGB value is (206,226,116). Sum of RGB (Red+Green+Blue) = 206+226+116=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE274 is #311D8B. Grayscale: #CFCFCF. Windows color (decimal): -3218828 or 7660238. OLE color: 7660238.

HSL color Cylindrical-coordinate representation of color #CEE274: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEE274 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 116 -
CMYK 0.09 0 0.49 0.11
HSL 70.91º 0.65% 0.67% -
HSV(B) 70.91º 0.49% 0.89% -
XYZ 55.8 68.78 26.86 -
YUV 207.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 206 226 116 0.09 0 0.49 0.11 70.91 0.65 0.67
Hex CE E2 74 9 0 31 B 47 41 43
Octal 316 342 164 11 0 61 13 107 101 103
Binary 11001110 11100010 1110100 1001 0 110001 1011 1000111 1000001 1000011

Color Harmonies of #CEE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE274

Black with #CEE274

Text Example


Text Example

White with #CEE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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