Html Css Color HEX #CAD541 Las Palmas

📋 copy color: '#CAD541'

red 202 ◦ green 213 ◦ blue 65

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

Shades of Las Palmas #CAD541

Tints of Las Palmas #CAD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 42.08%
G = 44.38%
B = 13.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CAD541 (or 0xCAD541) is known color: Las Palmas. HEX triplet: CA, D5 and 41. RGB value is (202,213,65). Sum of RGB (Red+Green+Blue) = 202+213+65=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD541 is #352ABE. Grayscale: #C1C1C1. Windows color (decimal): -3484351 or 4314570. OLE color: 4314570.

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

Color convert

RGB 202 213 65 -
CMYK 0.05 0 0.69 0.16
HSL 64.46º 0.64% 0.55% -
HSV(B) 64.46º 0.69% 0.84% -
XYZ 49.11 60.53 14.1 -
YUV 192.84 55.86 134.53 -
System Red Green Blue C M Y K H S L
Decimal 202 213 65 0.05 0 0.69 0.16 64.46 0.64 0.55
Hex CA D5 41 5 0 45 10 40 40 37
Octal 312 325 101 5 0 105 20 100 100 67
Binary 11001010 11010101 1000001 101 0 1000101 10000 1000000 1000000 110111

Color Harmonies of #CAD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD541

Black with #CAD541

Text Example


Text Example

White with #CAD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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