Html Css Color HEX #CDE349 Las Palmas

📋 copy color: '#CDE349'

red 205 ◦ green 227 ◦ blue 73

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

Shades of Las Palmas #CDE349

Tints of Las Palmas #CDE349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

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

R = 40.59%
G = 44.95%
B = 14.46%

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

#CDE349 (or 0xCDE349) is known color: Las Palmas. HEX triplet: CD, E3 and 49. RGB value is (205,227,73). Sum of RGB (Red+Green+Blue) = 205+227+73=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE349 is #321CB6. Grayscale: #CBCBCB. Windows color (decimal): -3284151 or 4842445. OLE color: 4842445.

HSL color Cylindrical-coordinate representation of color #CDE349: hue angle of 68.57º degrees, saturation: 0.73, 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 #CDE349 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 73 -
CMYK 0.10 0 0.68 0.11
HSL 68.57º 0.73% 0.59% -
HSV(B) 68.57º 0.68% 0.89% -
XYZ 53.85 68.4 16.67 -
YUV 202.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 205 227 73 0.10 0 0.68 0.11 68.57 0.73 0.59
Hex CD E3 49 A 0 44 B 45 49 3B
Octal 315 343 111 12 0 104 13 105 111 73
Binary 11001101 11100011 1001001 1010 0 1000100 1011 1000101 1001001 111011

Color Harmonies of #CDE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE349

Black with #CDE349

Text Example


Text Example

White with #CDE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE349; }

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

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

background-color css

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

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

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

border-color css

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

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

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