Html Css Color HEX #CEE161 Mindaro

📋 copy color: '#CEE161'

red 206 ◦ green 225 ◦ blue 97

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

Shades of Mindaro #CEE161

Tints of Mindaro #CEE161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 39.02%
G = 42.61%
B = 18.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CEE161 (or 0xCEE161) is known color: Mindaro. HEX triplet: CE, E1 and 61. RGB value is (206,225,97). Sum of RGB (Red+Green+Blue) = 206+225+97=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE161 is #311E9E. Grayscale: #CDCDCD. Windows color (decimal): -3219103 or 6414798. OLE color: 6414798.

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

Color convert

RGB 206 225 97 -
CMYK 0.08 0 0.57 0.12
HSL 68.91º 0.68% 0.63% -
HSV(B) 68.91º 0.57% 0.88% -
XYZ 54.54 67.84 21.53 -
YUV 204.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 206 225 97 0.08 0 0.57 0.12 68.91 0.68 0.63
Hex CE E1 61 8 0 39 C 45 44 3F
Octal 316 341 141 10 0 71 14 105 104 77
Binary 11001110 11100001 1100001 1000 0 111001 1100 1000101 1000100 111111

Color Harmonies of #CEE161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE161

Black with #CEE161

Text Example


Text Example

White with #CEE161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE161; }

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

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

background-color css

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

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

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

border-color css

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

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

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