Html Css Color HEX #CACD15 Bird Flower

📋 copy color: '#CACD15'

red 202 ◦ green 205 ◦ blue 21

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

Shades of Bird Flower #CACD15

Tints of Bird Flower #CACD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 47.2%
G = 47.9%
B = 4.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CACD15 (or 0xCACD15) is known color: Bird Flower. HEX triplet: CA, CD and 15. RGB value is (202,205,21). Sum of RGB (Red+Green+Blue) = 202+205+21=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACD15 is #3532EA. Grayscale: #B7B7B7. Windows color (decimal): -3486443 or 1428938. OLE color: 1428938.

HSL color Cylindrical-coordinate representation of color #CACD15: hue angle of 60.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CACD15 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 205 21 -
CMYK 0.01 0 0.90 0.20
HSL 60.98º 0.81% 0.44% -
HSV(B) 60.98º 0.9% 0.8% -
XYZ 46.32 56.27 9.13 -
YUV 183.13 36.51 141.46 -
System Red Green Blue C M Y K H S L
Decimal 202 205 21 0.01 0 0.90 0.20 60.98 0.81 0.44
Hex CA CD 15 1 0 5A 14 3D 51 2C
Octal 312 315 25 1 0 132 24 75 121 54
Binary 11001010 11001101 10101 1 0 1011010 10100 111101 1010001 101100

Color Harmonies of #CACD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACD15

Black with #CACD15

Text Example


Text Example

White with #CACD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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