Html Css Color HEX #CDE341 Las Palmas

📋 copy color: '#CDE341'

red 205 ◦ green 227 ◦ blue 65

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

Shades of Las Palmas #CDE341

Tints of Las Palmas #CDE341

RGB

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

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

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

R = 41.25%
G = 45.67%
B = 13.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CDE341 (or 0xCDE341) is known color: Las Palmas. HEX triplet: CD, E3 and 41. RGB value is (205,227,65). Sum of RGB (Red+Green+Blue) = 205+227+65=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE341 is #321CBE. Grayscale: #CACACA. Windows color (decimal): -3284159 or 4318157. OLE color: 4318157.

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

Color convert

RGB 205 227 65 -
CMYK 0.10 0 0.71 0.11
HSL 68.15º 0.74% 0.57% -
HSV(B) 68.15º 0.71% 0.89% -
XYZ 53.6 68.3 15.36 -
YUV 201.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 205 227 65 0.10 0 0.71 0.11 68.15 0.74 0.57
Hex CD E3 41 A 0 47 B 44 4A 39
Octal 315 343 101 12 0 107 13 104 112 71
Binary 11001101 11100011 1000001 1010 0 1000111 1011 1000100 1001010 111001

Color Harmonies of #CDE341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE341

Black with #CDE341

Text Example


Text Example

White with #CDE341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE341; }

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

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

background-color css

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

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

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

border-color css

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

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

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