Html Css Color HEX #CCDD6B Mindaro

📋 copy color: '#CCDD6B'

red 204 ◦ green 221 ◦ blue 107

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

Shades of Mindaro #CCDD6B

Tints of Mindaro #CCDD6B

RGB

 RED value IS 204 (80.08% from 255) = 38.35%

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

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

R = 38.35%
G = 41.54%
B = 20.11%

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

#CCDD6B (or 0xCCDD6B) is known color: Mindaro. HEX triplet: CC, DD and 6B. RGB value is (204,221,107). Sum of RGB (Red+Green+Blue) = 204+221+107=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6B is #332294. Grayscale: #CBCBCB. Windows color (decimal): -3351189 or 7069132. OLE color: 7069132.

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

Color convert

RGB 204 221 107 -
CMYK 0.08 0 0.52 0.13
HSL 68.95º 0.63% 0.64% -
HSV(B) 68.95º 0.52% 0.87% -
XYZ 53.41 65.61 23.76 -
YUV 202.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 204 221 107 0.08 0 0.52 0.13 68.95 0.63 0.64
Hex CC DD 6B 8 0 34 D 45 3F 40
Octal 314 335 153 10 0 64 15 105 77 100
Binary 11001100 11011101 1101011 1000 0 110100 1101 1000101 111111 1000000

Color Harmonies of #CCDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD6B

Black with #CCDD6B

Text Example


Text Example

White with #CCDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD6B; }

 p { color: rgb(204,221,107); }

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

background-color css

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

 a { background-color: rgb(204,221,107); }

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

border-color css

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

 span { border-color: rgb(204,221,107); }

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