Html Css Color HEX #CDE240 Las Palmas

📋 copy color: '#CDE240'

red 205 ◦ green 226 ◦ blue 64

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

Shades of Las Palmas #CDE240

Tints of Las Palmas #CDE240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

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

R = 41.41%
G = 45.66%
B = 12.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#CDE240 (or 0xCDE240) is known color: Las Palmas. HEX triplet: CD, E2 and 40. RGB value is (205,226,64). Sum of RGB (Red+Green+Blue) = 205+226+64=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE240 is #321DBF. Grayscale: #C9C9C9. Windows color (decimal): -3284416 or 4252365. OLE color: 4252365.

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

Color convert

RGB 205 226 64 -
CMYK 0.09 0 0.72 0.11
HSL 67.78º 0.74% 0.57% -
HSV(B) 67.78º 0.72% 0.89% -
XYZ 53.3 67.74 15.12 -
YUV 201.25 50.54 130.67 -
System Red Green Blue C M Y K H S L
Decimal 205 226 64 0.09 0 0.72 0.11 67.78 0.74 0.57
Hex CD E2 40 9 0 48 B 44 4A 39
Octal 315 342 100 11 0 110 13 104 112 71
Binary 11001101 11100010 1000000 1001 0 1001000 1011 1000100 1001010 111001

Color Harmonies of #CDE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE240

Black with #CDE240

Text Example


Text Example

White with #CDE240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE240; }

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

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

background-color css

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

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

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

border-color css

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

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

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