Html Css Color HEX #CDE650 Las Palmas

📋 copy color: '#CDE650'

red 205 ◦ green 230 ◦ blue 80

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

Shades of Las Palmas #CDE650

Tints of Las Palmas #CDE650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

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

R = 39.81%
G = 44.66%
B = 15.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#CDE650 (or 0xCDE650) is known color: Las Palmas. HEX triplet: CD, E6 and 50. RGB value is (205,230,80). Sum of RGB (Red+Green+Blue) = 205+230+80=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE650 is #3219AF. Grayscale: #CECECE. Windows color (decimal): -3283376 or 5301965. OLE color: 5301965.

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

Color convert

RGB 205 230 80 -
CMYK 0.11 0 0.65 0.10
HSL 70º 0.75% 0.61% -
HSV(B) 70º 0.65% 0.9% -
XYZ 54.92 70.15 18.24 -
YUV 205.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 205 230 80 0.11 0 0.65 0.10 70 0.75 0.61
Hex CD E6 50 B 0 41 A 46 4B 3D
Octal 315 346 120 13 0 101 12 106 113 75
Binary 11001101 11100110 1010000 1011 0 1000001 1010 1000110 1001011 111101

Color Harmonies of #CDE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE650

Black with #CDE650

Text Example


Text Example

White with #CDE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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