Html Css Color HEX #CDE541 Las Palmas

📋 copy color: '#CDE541'

red 205 ◦ green 229 ◦ blue 65

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

Shades of Las Palmas #CDE541

Tints of Las Palmas #CDE541

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.89%

 BLUE value IS 65 (25.78% from 255) = 13.03%

R = 41.08%
G = 45.89%
B = 13.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CDE541 (or 0xCDE541) is known color: Las Palmas. HEX triplet: CD, E5 and 41. RGB value is (205,229,65). Sum of RGB (Red+Green+Blue) = 205+229+65=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE541 is #321ABE. Grayscale: #CBCBCB. Windows color (decimal): -3283647 or 4318669. OLE color: 4318669.

HSL color Cylindrical-coordinate representation of color #CDE541: hue angle of 68.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE541 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 65 -
CMYK 0.10 0 0.72 0.10
HSL 68.78º 0.76% 0.58% -
HSV(B) 68.78º 0.72% 0.9% -
XYZ 54.15 69.4 15.54 -
YUV 203.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 205 229 65 0.10 0 0.72 0.10 68.78 0.76 0.58
Hex CD E5 41 A 0 48 A 45 4C 3A
Octal 315 345 101 12 0 110 12 105 114 72
Binary 11001101 11100101 1000001 1010 0 1001000 1010 1000101 1001100 111010

Color Harmonies of #CDE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE541

Black with #CDE541

Text Example


Text Example

White with #CDE541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE541; }

 p { color: rgb(205,229,65); }

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

background-color css

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

 a { background-color: rgb(205,229,65); }

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

border-color css

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

 span { border-color: rgb(205,229,65); }

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