Html Css Color HEX #CEE365 Mindaro

📋 copy color: '#CEE365'

red 206 ◦ green 227 ◦ blue 101

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

Shades of Mindaro #CEE365

Tints of Mindaro #CEE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

 BLUE value IS 101 (39.84% from 255) = 18.91%

R = 38.58%
G = 42.51%
B = 18.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CEE365 (or 0xCEE365) is known color: Mindaro. HEX triplet: CE, E3 and 65. RGB value is (206,227,101). Sum of RGB (Red+Green+Blue) = 206+227+101=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE365 is #311C9A. Grayscale: #CECECE. Windows color (decimal): -3218587 or 6677454. OLE color: 6677454.

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

Color convert

RGB 206 227 101 -
CMYK 0.09 0 0.56 0.11
HSL 70º 0.69% 0.64% -
HSV(B) 70º 0.56% 0.89% -
XYZ 55.27 69 22.72 -
YUV 206.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 206 227 101 0.09 0 0.56 0.11 70 0.69 0.64
Hex CE E3 65 9 0 38 B 46 45 40
Octal 316 343 145 11 0 70 13 106 105 100
Binary 11001110 11100011 1100101 1001 0 111000 1011 1000110 1000101 1000000

Color Harmonies of #CEE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE365

Black with #CEE365

Text Example


Text Example

White with #CEE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE365; }

 p { color: rgb(206,227,101); }

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

background-color css

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

 a { background-color: rgb(206,227,101); }

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

border-color css

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

 span { border-color: rgb(206,227,101); }

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