Html Css Color HEX #CADD49 Las Palmas

📋 copy color: '#CADD49'

red 202 ◦ green 221 ◦ blue 73

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

Shades of Las Palmas #CADD49

Tints of Las Palmas #CADD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 73 (28.91% from 255) = 14.72%

R = 40.73%
G = 44.56%
B = 14.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CADD49 (or 0xCADD49) is known color: Las Palmas. HEX triplet: CA, DD and 49. RGB value is (202,221,73). Sum of RGB (Red+Green+Blue) = 202+221+73=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD49 is #3522B6. Grayscale: #C7C7C7. Windows color (decimal): -3482295 or 4840906. OLE color: 4840906.

HSL color Cylindrical-coordinate representation of color #CADD49: hue angle of 67.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CADD49 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 73 -
CMYK 0.09 0 0.67 0.13
HSL 67.7º 0.69% 0.58% -
HSV(B) 67.7º 0.67% 0.87% -
XYZ 51.42 64.75 16.09 -
YUV 198.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 202 221 73 0.09 0 0.67 0.13 67.7 0.69 0.58
Hex CA DD 49 9 0 43 D 44 45 3A
Octal 312 335 111 11 0 103 15 104 105 72
Binary 11001010 11011101 1001001 1001 0 1000011 1101 1000100 1000101 111010

Color Harmonies of #CADD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD49

Black with #CADD49

Text Example


Text Example

White with #CADD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD49; }

 p { color: rgb(202,221,73); }

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

background-color css

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

 a { background-color: rgb(202,221,73); }

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

border-color css

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

 span { border-color: rgb(202,221,73); }

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