Html Css Color HEX #CDDE6B Mindaro

📋 copy color: '#CDDE6B'

red 205 ◦ green 222 ◦ blue 107

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

Shades of Mindaro #CDDE6B

Tints of Mindaro #CDDE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 38.39%
G = 41.57%
B = 20.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CDDE6B (or 0xCDDE6B) is known color: Mindaro. HEX triplet: CD, DE and 6B. RGB value is (205,222,107). Sum of RGB (Red+Green+Blue) = 205+222+107=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE6B is #322194. Grayscale: #CCCCCC. Windows color (decimal): -3285397 or 7069389. OLE color: 7069389.

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

Color convert

RGB 205 222 107 -
CMYK 0.08 0 0.52 0.13
HSL 68.87º 0.64% 0.65% -
HSV(B) 68.87º 0.52% 0.87% -
XYZ 53.95 66.28 23.86 -
YUV 203.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 205 222 107 0.08 0 0.52 0.13 68.87 0.64 0.65
Hex CD DE 6B 8 0 34 D 45 40 41
Octal 315 336 153 10 0 64 15 105 100 101
Binary 11001101 11011110 1101011 1000 0 110100 1101 1000101 1000000 1000001

Color Harmonies of #CDDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDE6B

Black with #CDDE6B

Text Example


Text Example

White with #CDDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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