Html Css Color HEX #CDE440 Las Palmas

📋 copy color: '#CDE440'

red 205 ◦ green 228 ◦ blue 64

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

Shades of Las Palmas #CDE440

Tints of Las Palmas #CDE440

RGB

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

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

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

R = 41.25%
G = 45.88%
B = 12.88%

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

#CDE440 (or 0xCDE440) is known color: Las Palmas. HEX triplet: CD, E4 and 40. RGB value is (205,228,64). Sum of RGB (Red+Green+Blue) = 205+228+64=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE440 is #321BBF. Grayscale: #CBCBCB. Windows color (decimal): -3283904 or 4252877. OLE color: 4252877.

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

Color convert

RGB 205 228 64 -
CMYK 0.10 0 0.72 0.11
HSL 68.41º 0.75% 0.57% -
HSV(B) 68.41º 0.72% 0.89% -
XYZ 53.85 68.84 15.3 -
YUV 202.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 205 228 64 0.10 0 0.72 0.11 68.41 0.75 0.57
Hex CD E4 40 A 0 48 B 44 4B 39
Octal 315 344 100 12 0 110 13 104 113 71
Binary 11001101 11100100 1000000 1010 0 1001000 1011 1000100 1001011 111001

Color Harmonies of #CDE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE440

Black with #CDE440

Text Example


Text Example

White with #CDE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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