Html Css Color HEX #CDE949 Las Palmas

📋 copy color: '#CDE949'

red 205 ◦ green 233 ◦ blue 73

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

Shades of Las Palmas #CDE949

Tints of Las Palmas #CDE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.6%

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

R = 40.12%
G = 45.6%
B = 14.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CDE949 (or 0xCDE949) is known color: Las Palmas. HEX triplet: CD, E9 and 49. RGB value is (205,233,73). Sum of RGB (Red+Green+Blue) = 205+233+73=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE949 is #3216B6. Grayscale: #CFCFCF. Windows color (decimal): -3282615 or 4843981. OLE color: 4843981.

HSL color Cylindrical-coordinate representation of color #CDE949: hue angle of 70.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDE949 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 73 -
CMYK 0.12 0 0.69 0.09
HSL 70.5º 0.78% 0.6% -
HSV(B) 70.5º 0.69% 0.91% -
XYZ 55.52 71.74 17.22 -
YUV 206.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 205 233 73 0.12 0 0.69 0.09 70.5 0.78 0.6
Hex CD E9 49 C 0 45 9 46 4E 3C
Octal 315 351 111 14 0 105 11 106 116 74
Binary 11001101 11101001 1001001 1100 0 1000101 1001 1000110 1001110 111100

Color Harmonies of #CDE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE949

Black with #CDE949

Text Example


Text Example

White with #CDE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE949; }

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

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

background-color css

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

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

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

border-color css

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

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

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