Html Css Color HEX #CEE465 Mindaro

📋 copy color: '#CEE465'

red 206 ◦ green 228 ◦ blue 101

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

Shades of Mindaro #CEE465

Tints of Mindaro #CEE465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.62%

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

R = 38.5%
G = 42.62%
B = 18.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CEE465 (or 0xCEE465) is known color: Mindaro. HEX triplet: CE, E4 and 65. RGB value is (206,228,101). Sum of RGB (Red+Green+Blue) = 206+228+101=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE465 is #311B9A. Grayscale: #CFCFCF. Windows color (decimal): -3218331 or 6677710. OLE color: 6677710.

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

Color convert

RGB 206 228 101 -
CMYK 0.10 0 0.56 0.11
HSL 70.39º 0.7% 0.65% -
HSV(B) 70.39º 0.56% 0.89% -
XYZ 55.55 69.55 22.81 -
YUV 206.94 68.21 127.33 -
System Red Green Blue C M Y K H S L
Decimal 206 228 101 0.10 0 0.56 0.11 70.39 0.7 0.65
Hex CE E4 65 A 0 38 B 46 46 41
Octal 316 344 145 12 0 70 13 106 106 101
Binary 11001110 11100100 1100101 1010 0 111000 1011 1000110 1000110 1000001

Color Harmonies of #CEE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE465

Black with #CEE465

Text Example


Text Example

White with #CEE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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