Html Css Color HEX #CDE46B Mindaro

📋 copy color: '#CDE46B'

red 205 ◦ green 228 ◦ blue 107

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

Shades of Mindaro #CDE46B

Tints of Mindaro #CDE46B

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

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

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

R = 37.96%
G = 42.22%
B = 19.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#CDE46B (or 0xCDE46B) is known color: Mindaro. HEX triplet: CD, E4 and 6B. RGB value is (205,228,107). Sum of RGB (Red+Green+Blue) = 205+228+107=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE46B is #321B94. Grayscale: #CFCFCF. Windows color (decimal): -3283861 or 7070925. OLE color: 7070925.

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

Color convert

RGB 205 228 107 -
CMYK 0.10 0 0.53 0.11
HSL 71.4º 0.69% 0.66% -
HSV(B) 71.4º 0.53% 0.89% -
XYZ 55.57 69.53 24.4 -
YUV 207.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 205 228 107 0.10 0 0.53 0.11 71.4 0.69 0.66
Hex CD E4 6B A 0 35 B 47 45 42
Octal 315 344 153 12 0 65 13 107 105 102
Binary 11001101 11100100 1101011 1010 0 110101 1011 1000111 1000101 1000010

Color Harmonies of #CDE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE46B

Black with #CDE46B

Text Example


Text Example

White with #CDE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE46B; }

 p { color: rgb(205,228,107); }

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

background-color css

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

 a { background-color: rgb(205,228,107); }

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

border-color css

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

 span { border-color: rgb(205,228,107); }

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