Html Css Color HEX #CEE16B Mindaro

📋 copy color: '#CEE16B'

red 206 ◦ green 225 ◦ blue 107

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

Shades of Mindaro #CEE16B

Tints of Mindaro #CEE16B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.82%

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 38.29%
G = 41.82%
B = 19.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#CEE16B (or 0xCEE16B) is known color: Mindaro. HEX triplet: CE, E1 and 6B. RGB value is (206,225,107). Sum of RGB (Red+Green+Blue) = 206+225+107=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE16B is #311E94. Grayscale: #CECECE. Windows color (decimal): -3219093 or 7070158. OLE color: 7070158.

HSL color Cylindrical-coordinate representation of color #CEE16B: hue angle of 69.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEE16B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 107 -
CMYK 0.08 0 0.52 0.12
HSL 69.66º 0.66% 0.65% -
HSV(B) 69.66º 0.52% 0.88% -
XYZ 55.03 68.03 24.14 -
YUV 205.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 206 225 107 0.08 0 0.52 0.12 69.66 0.66 0.65
Hex CE E1 6B 8 0 34 C 46 42 41
Octal 316 341 153 10 0 64 14 106 102 101
Binary 11001110 11100001 1101011 1000 0 110100 1100 1000110 1000010 1000001

Color Harmonies of #CEE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE16B

Black with #CEE16B

Text Example


Text Example

White with #CEE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE16B; }

 p { color: rgb(206,225,107); }

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

background-color css

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

 a { background-color: rgb(206,225,107); }

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

border-color css

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

 span { border-color: rgb(206,225,107); }

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