Html Css Color HEX #CDE450 Las Palmas

📋 copy color: '#CDE450'

red 205 ◦ green 228 ◦ blue 80

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

Shades of Las Palmas #CDE450

Tints of Las Palmas #CDE450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.59%

R = 39.96%
G = 44.44%
B = 15.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CDE450 (or 0xCDE450) is known color: Las Palmas. HEX triplet: CD, E4 and 50. RGB value is (205,228,80). Sum of RGB (Red+Green+Blue) = 205+228+80=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE450 is #321BAF. Grayscale: #CCCCCC. Windows color (decimal): -3283888 or 5301453. OLE color: 5301453.

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

Color convert

RGB 205 228 80 -
CMYK 0.10 0 0.65 0.11
HSL 69.32º 0.73% 0.6% -
HSV(B) 69.32º 0.65% 0.89% -
XYZ 54.37 69.05 18.05 -
YUV 204.25 57.88 128.53 -
System Red Green Blue C M Y K H S L
Decimal 205 228 80 0.10 0 0.65 0.11 69.32 0.73 0.6
Hex CD E4 50 A 0 41 B 45 49 3C
Octal 315 344 120 12 0 101 13 105 111 74
Binary 11001101 11100100 1010000 1010 0 1000001 1011 1000101 1001001 111100

Color Harmonies of #CDE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE450

Black with #CDE450

Text Example


Text Example

White with #CDE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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