Html Css Color HEX #CDDF6D Mindaro

📋 copy color: '#CDDF6D'

red 205 ◦ green 223 ◦ blue 109

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

Shades of Mindaro #CDDF6D

Tints of Mindaro #CDDF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 38.18%
G = 41.53%
B = 20.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CDDF6D (or 0xCDDF6D) is known color: Mindaro. HEX triplet: CD, DF and 6D. RGB value is (205,223,109). Sum of RGB (Red+Green+Blue) = 205+223+109=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF6D is #322092. Grayscale: #CDCDCD. Windows color (decimal): -3285139 or 7200717. OLE color: 7200717.

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

Color convert

RGB 205 223 109 -
CMYK 0.08 0 0.51 0.13
HSL 69.47º 0.64% 0.65% -
HSV(B) 69.47º 0.51% 0.87% -
XYZ 54.32 66.86 24.51 -
YUV 204.62 74.04 128.27 -
System Red Green Blue C M Y K H S L
Decimal 205 223 109 0.08 0 0.51 0.13 69.47 0.64 0.65
Hex CD DF 6D 8 0 33 D 45 40 41
Octal 315 337 155 10 0 63 15 105 100 101
Binary 11001101 11011111 1101101 1000 0 110011 1101 1000101 1000000 1000001

Color Harmonies of #CDDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF6D

Black with #CDDF6D

Text Example


Text Example

White with #CDDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF6D; }

 p { color: rgb(205,223,109); }

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

background-color css

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

 a { background-color: rgb(205,223,109); }

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

border-color css

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

 span { border-color: rgb(205,223,109); }

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