Html Css Color HEX #CEE272 Mindaro

📋 copy color: '#CEE272'

red 206 ◦ green 226 ◦ blue 114

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

Shades of Mindaro #CEE272

Tints of Mindaro #CEE272

RGB

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

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

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

R = 37.73%
G = 41.39%
B = 20.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CEE272 (or 0xCEE272) is known color: Mindaro. HEX triplet: CE, E2 and 72. RGB value is (206,226,114). Sum of RGB (Red+Green+Blue) = 206+226+114=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE272 is #311D8D. Grayscale: #CFCFCF. Windows color (decimal): -3218830 or 7529166. OLE color: 7529166.

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

Color convert

RGB 206 226 114 -
CMYK 0.09 0 0.50 0.11
HSL 70.71º 0.66% 0.67% -
HSV(B) 70.71º 0.5% 0.89% -
XYZ 55.69 68.73 26.25 -
YUV 207.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 206 226 114 0.09 0 0.50 0.11 70.71 0.66 0.67
Hex CE E2 72 9 0 32 B 47 42 43
Octal 316 342 162 11 0 62 13 107 102 103
Binary 11001110 11100010 1110010 1001 0 110010 1011 1000111 1000010 1000011

Color Harmonies of #CEE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE272

Black with #CEE272

Text Example


Text Example

White with #CEE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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