Html Css Color HEX #CACD40 Wattle

📋 copy color: '#CACD40'

red 202 ◦ green 205 ◦ blue 64

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

Shades of Wattle #CACD40

Tints of Wattle #CACD40

RGB

 RED value IS 202 (79.3% from 255) = 42.89%

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 42.89%
G = 43.52%
B = 13.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CACD40 (or 0xCACD40) is known color: Wattle. HEX triplet: CA, CD and 40. RGB value is (202,205,64). Sum of RGB (Red+Green+Blue) = 202+205+64=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACD40 is #3532BF. Grayscale: #BCBCBC. Windows color (decimal): -3486400 or 4246986. OLE color: 4246986.

HSL color Cylindrical-coordinate representation of color #CACD40: hue angle of 61.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CACD40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 205 64 -
CMYK 0.01 0 0.69 0.20
HSL 61.28º 0.59% 0.53% -
HSV(B) 61.28º 0.69% 0.8% -
XYZ 47.11 56.59 13.29 -
YUV 188.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 202 205 64 0.01 0 0.69 0.20 61.28 0.59 0.53
Hex CA CD 40 1 0 45 14 3D 3B 35
Octal 312 315 100 1 0 105 24 75 73 65
Binary 11001010 11001101 1000000 1 0 1000101 10100 111101 111011 110101

Color Harmonies of #CACD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACD40

Black with #CACD40

Text Example


Text Example

White with #CACD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACD40; }

 p { color: rgb(202,205,64); }

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

background-color css

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

 a { background-color: rgb(202,205,64); }

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

border-color css

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

 span { border-color: rgb(202,205,64); }

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