Html Css Color HEX #CAD518 Barberry

📋 copy color: '#CAD518'

red 202 ◦ green 213 ◦ blue 24

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

Shades of Barberry #CAD518

Tints of Barberry #CAD518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 46.01%
G = 48.52%
B = 5.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#CAD518 (or 0xCAD518) is known color: Barberry. HEX triplet: CA, D5 and 18. RGB value is (202,213,24). Sum of RGB (Red+Green+Blue) = 202+213+24=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD518 is #352AE7. Grayscale: #BCBCBC. Windows color (decimal): -3484392 or 1627594. OLE color: 1627594.

HSL color Cylindrical-coordinate representation of color #CAD518: hue angle of 63.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAD518 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 24 -
CMYK 0.05 0 0.89 0.16
HSL 63.49º 0.8% 0.46% -
HSV(B) 63.49º 0.89% 0.84% -
XYZ 48.32 60.21 9.94 -
YUV 188.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 202 213 24 0.05 0 0.89 0.16 63.49 0.8 0.46
Hex CA D5 18 5 0 59 10 3F 50 2E
Octal 312 325 30 5 0 131 20 77 120 56
Binary 11001010 11010101 11000 101 0 1011001 10000 111111 1010000 101110

Color Harmonies of #CAD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD518

Black with #CAD518

Text Example


Text Example

White with #CAD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD518; }

 p { color: rgb(202,213,24); }

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

background-color css

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

 a { background-color: rgb(202,213,24); }

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

border-color css

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

 span { border-color: rgb(202,213,24); }

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