Html Css Color HEX #CADE4A Las Palmas

📋 copy color: '#CADE4A'

red 202 ◦ green 222 ◦ blue 74

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

Shades of Las Palmas #CADE4A

Tints of Las Palmas #CADE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 40.56%
G = 44.58%
B = 14.86%

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

#CADE4A (or 0xCADE4A) is known color: Las Palmas. HEX triplet: CA, DE and 4A. RGB value is (202,222,74). Sum of RGB (Red+Green+Blue) = 202+222+74=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADE4A is #3521B5. Grayscale: #C7C7C7. Windows color (decimal): -3482038 or 4906698. OLE color: 4906698.

HSL color Cylindrical-coordinate representation of color #CADE4A: hue angle of 68.11º 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 #CADE4A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 222 74 -
CMYK 0.09 0 0.67 0.13
HSL 68.11º 0.69% 0.58% -
HSV(B) 68.11º 0.67% 0.87% -
XYZ 51.71 65.29 16.36 -
YUV 199.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 202 222 74 0.09 0 0.67 0.13 68.11 0.69 0.58
Hex CA DE 4A 9 0 43 D 44 45 3A
Octal 312 336 112 11 0 103 15 104 105 72
Binary 11001010 11011110 1001010 1001 0 1000011 1101 1000100 1000101 111010

Color Harmonies of #CADE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE4A

Black with #CADE4A

Text Example


Text Example

White with #CADE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE4A; }

 p { color: rgb(202,222,74); }

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

background-color css

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

 a { background-color: rgb(202,222,74); }

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

border-color css

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

 span { border-color: rgb(202,222,74); }

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