Html Css Color HEX #CDDD4E Las Palmas

📋 copy color: '#CDDD4E'

red 205 ◦ green 221 ◦ blue 78

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

Shades of Las Palmas #CDDD4E

Tints of Las Palmas #CDDD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 40.67%
G = 43.85%
B = 15.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#CDDD4E (or 0xCDDD4E) is known color: Las Palmas. HEX triplet: CD, DD and 4E. RGB value is (205,221,78). Sum of RGB (Red+Green+Blue) = 205+221+78=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD4E is #3222B1. Grayscale: #C8C8C8. Windows color (decimal): -3285682 or 5168589. OLE color: 5168589.

HSL color Cylindrical-coordinate representation of color #CDDD4E: hue angle of 66.71º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDDD4E is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 78 -
CMYK 0.07 0 0.65 0.13
HSL 66.71º 0.68% 0.59% -
HSV(B) 66.71º 0.65% 0.87% -
XYZ 52.41 65.24 17.04 -
YUV 199.91 59.2 131.63 -
System Red Green Blue C M Y K H S L
Decimal 205 221 78 0.07 0 0.65 0.13 66.71 0.68 0.59
Hex CD DD 4E 7 0 41 D 43 44 3B
Octal 315 335 116 7 0 101 15 103 104 73
Binary 11001101 11011101 1001110 111 0 1000001 1101 1000011 1000100 111011

Color Harmonies of #CDDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD4E

Black with #CDDD4E

Text Example


Text Example

White with #CDDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD4E; }

 p { color: rgb(205,221,78); }

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

background-color css

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

 a { background-color: rgb(205,221,78); }

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

border-color css

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

 span { border-color: rgb(205,221,78); }

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