Html Css Color HEX #CDE340 Las Palmas

📋 copy color: '#CDE340'

red 205 ◦ green 227 ◦ blue 64

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

Shades of Las Palmas #CDE340

Tints of Las Palmas #CDE340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.9%

R = 41.33%
G = 45.77%
B = 12.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#CDE340 (or 0xCDE340) is known color: Las Palmas. HEX triplet: CD, E3 and 40. RGB value is (205,227,64). Sum of RGB (Red+Green+Blue) = 205+227+64=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE340 is #321CBF. Grayscale: #CACACA. Windows color (decimal): -3284160 or 4252621. OLE color: 4252621.

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

Color convert

RGB 205 227 64 -
CMYK 0.10 0 0.72 0.11
HSL 68.1º 0.74% 0.57% -
HSV(B) 68.1º 0.72% 0.89% -
XYZ 53.57 68.29 15.21 -
YUV 201.84 50.21 130.25 -
System Red Green Blue C M Y K H S L
Decimal 205 227 64 0.10 0 0.72 0.11 68.1 0.74 0.57
Hex CD E3 40 A 0 48 B 44 4A 39
Octal 315 343 100 12 0 110 13 104 112 71
Binary 11001101 11100011 1000000 1010 0 1001000 1011 1000100 1001010 111001

Color Harmonies of #CDE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE340

Black with #CDE340

Text Example


Text Example

White with #CDE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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