Html Css Color HEX #CCDE6A Mindaro

📋 copy color: '#CCDE6A'

red 204 ◦ green 222 ◦ blue 106

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

Shades of Mindaro #CCDE6A

Tints of Mindaro #CCDE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 38.35%
G = 41.73%
B = 19.92%

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

#CCDE6A (or 0xCCDE6A) is known color: Mindaro. HEX triplet: CC, DE and 6A. RGB value is (204,222,106). Sum of RGB (Red+Green+Blue) = 204+222+106=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE6A is #332195. Grayscale: #CBCBCB. Windows color (decimal): -3350934 or 7003852. OLE color: 7003852.

HSL color Cylindrical-coordinate representation of color #CCDE6A: hue angle of 69.31º degrees, saturation: 0.64, 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 #CCDE6A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 106 -
CMYK 0.08 0 0.52 0.13
HSL 69.31º 0.64% 0.64% -
HSV(B) 69.31º 0.52% 0.87% -
XYZ 53.62 66.12 23.57 -
YUV 203.39 73.04 128.43 -
System Red Green Blue C M Y K H S L
Decimal 204 222 106 0.08 0 0.52 0.13 69.31 0.64 0.64
Hex CC DE 6A 8 0 34 D 45 40 40
Octal 314 336 152 10 0 64 15 105 100 100
Binary 11001100 11011110 1101010 1000 0 110100 1101 1000101 1000000 1000000

Color Harmonies of #CCDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE6A

Black with #CCDE6A

Text Example


Text Example

White with #CCDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE6A; }

 p { color: rgb(204,222,106); }

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

background-color css

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

 a { background-color: rgb(204,222,106); }

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

border-color css

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

 span { border-color: rgb(204,222,106); }

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