Html Css Color HEX #CAD745 Las Palmas

📋 copy color: '#CAD745'

red 202 ◦ green 215 ◦ blue 69

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

Shades of Las Palmas #CAD745

Tints of Las Palmas #CAD745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.24%

 BLUE value IS 69 (27.34% from 255) = 14.2%

R = 41.56%
G = 44.24%
B = 14.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#CAD745 (or 0xCAD745) is known color: Las Palmas. HEX triplet: CA, D7 and 45. RGB value is (202,215,69). Sum of RGB (Red+Green+Blue) = 202+215+69=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD745 is #3528BA. Grayscale: #C3C3C3. Windows color (decimal): -3483835 or 4577226. OLE color: 4577226.

HSL color Cylindrical-coordinate representation of color #CAD745: hue angle of 65.34º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAD745 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 215 69 -
CMYK 0.06 0 0.68 0.16
HSL 65.34º 0.65% 0.56% -
HSV(B) 65.34º 0.68% 0.84% -
XYZ 49.73 61.59 14.9 -
YUV 194.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 202 215 69 0.06 0 0.68 0.16 65.34 0.65 0.56
Hex CA D7 45 6 0 44 10 41 41 38
Octal 312 327 105 6 0 104 20 101 101 70
Binary 11001010 11010111 1000101 110 0 1000100 10000 1000001 1000001 111000

Color Harmonies of #CAD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD745

Black with #CAD745

Text Example


Text Example

White with #CAD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD745; }

 p { color: rgb(202,215,69); }

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

background-color css

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

 a { background-color: rgb(202,215,69); }

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

border-color css

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

 span { border-color: rgb(202,215,69); }

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