Html Css Color HEX #CDE449 Las Palmas

📋 copy color: '#CDE449'

red 205 ◦ green 228 ◦ blue 73

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

Shades of Las Palmas #CDE449

Tints of Las Palmas #CDE449

RGB

 RED value IS 205 (80.47% from 255) = 40.51%

 GREEN value IS 228 (89.45% from 255) = 45.06%

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

R = 40.51%
G = 45.06%
B = 14.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#CDE449 (or 0xCDE449) is known color: Las Palmas. HEX triplet: CD, E4 and 49. RGB value is (205,228,73). Sum of RGB (Red+Green+Blue) = 205+228+73=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE449 is #321BB6. Grayscale: #CCCCCC. Windows color (decimal): -3283895 or 4842701. OLE color: 4842701.

HSL color Cylindrical-coordinate representation of color #CDE449: hue angle of 68.9º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDE449 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 73 -
CMYK 0.10 0 0.68 0.11
HSL 68.9º 0.74% 0.59% -
HSV(B) 68.9º 0.68% 0.89% -
XYZ 54.12 68.95 16.76 -
YUV 203.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 205 228 73 0.10 0 0.68 0.11 68.9 0.74 0.59
Hex CD E4 49 A 0 44 B 45 4A 3B
Octal 315 344 111 12 0 104 13 105 112 73
Binary 11001101 11100100 1001001 1010 0 1000100 1011 1000101 1001010 111011

Color Harmonies of #CDE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE449

Black with #CDE449

Text Example


Text Example

White with #CDE449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE449; }

 p { color: rgb(205,228,73); }

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

background-color css

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

 a { background-color: rgb(205,228,73); }

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

border-color css

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

 span { border-color: rgb(205,228,73); }

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