Html Css Color HEX #CAD741 Las Palmas

📋 copy color: '#CAD741'

red 202 ◦ green 215 ◦ blue 65

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

Shades of Las Palmas #CAD741

Tints of Las Palmas #CAD741

RGB

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

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

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

R = 41.91%
G = 44.61%
B = 13.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CAD741 (or 0xCAD741) is known color: Las Palmas. HEX triplet: CA, D7 and 41. RGB value is (202,215,65). Sum of RGB (Red+Green+Blue) = 202+215+65=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD741 is #3528BE. Grayscale: #C2C2C2. Windows color (decimal): -3483839 or 4315082. OLE color: 4315082.

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

Color convert

RGB 202 215 65 -
CMYK 0.06 0 0.70 0.16
HSL 65.2º 0.65% 0.55% -
HSV(B) 65.2º 0.7% 0.84% -
XYZ 49.61 61.54 14.26 -
YUV 194.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 202 215 65 0.06 0 0.70 0.16 65.2 0.65 0.55
Hex CA D7 41 6 0 46 10 41 41 37
Octal 312 327 101 6 0 106 20 101 101 67
Binary 11001010 11010111 1000001 110 0 1000110 10000 1000001 1000001 110111

Color Harmonies of #CAD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD741

Black with #CAD741

Text Example


Text Example

White with #CAD741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD741; }

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

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

background-color css

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

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

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

border-color css

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

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

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