Html Css Color HEX #CDDD6C Mindaro

📋 copy color: '#CDDD6C'

red 205 ◦ green 221 ◦ blue 108

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

Shades of Mindaro #CDDD6C

Tints of Mindaro #CDDD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 38.39%
G = 41.39%
B = 20.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CDDD6C (or 0xCDDD6C) is known color: Mindaro. HEX triplet: CD, DD and 6C. RGB value is (205,221,108). Sum of RGB (Red+Green+Blue) = 205+221+108=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD6C is #322293. Grayscale: #CBCBCB. Windows color (decimal): -3285652 or 7134669. OLE color: 7134669.

HSL color Cylindrical-coordinate representation of color #CDDD6C: hue angle of 68.5º degrees, saturation: 0.62, 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 #CDDD6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 108 -
CMYK 0.07 0 0.51 0.13
HSL 68.5º 0.62% 0.65% -
HSV(B) 68.5º 0.51% 0.87% -
XYZ 53.74 65.77 24.05 -
YUV 203.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 205 221 108 0.07 0 0.51 0.13 68.5 0.62 0.65
Hex CD DD 6C 7 0 33 D 44 3E 41
Octal 315 335 154 7 0 63 15 104 76 101
Binary 11001101 11011101 1101100 111 0 110011 1101 1000100 111110 1000001

Color Harmonies of #CDDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD6C

Black with #CDDD6C

Text Example


Text Example

White with #CDDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD6C; }

 p { color: rgb(205,221,108); }

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

background-color css

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

 a { background-color: rgb(205,221,108); }

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

border-color css

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

 span { border-color: rgb(205,221,108); }

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