Html Css Color HEX #CDD94E Las Palmas

📋 copy color: '#CDD94E'

red 205 ◦ green 217 ◦ blue 78

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

Shades of Las Palmas #CDD94E

Tints of Las Palmas #CDD94E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

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

R = 41%
G = 43.4%
B = 15.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#CDD94E (or 0xCDD94E) is known color: Las Palmas. HEX triplet: CD, D9 and 4E. RGB value is (205,217,78). Sum of RGB (Red+Green+Blue) = 205+217+78=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD94E is #3226B1. Grayscale: #C6C6C6. Windows color (decimal): -3286706 or 5167565. OLE color: 5167565.

HSL color Cylindrical-coordinate representation of color #CDD94E: hue angle of 65.18º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDD94E is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 78 -
CMYK 0.06 0 0.64 0.15
HSL 65.18º 0.65% 0.58% -
HSV(B) 65.18º 0.64% 0.85% -
XYZ 51.36 63.15 16.69 -
YUV 197.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 205 217 78 0.06 0 0.64 0.15 65.18 0.65 0.58
Hex CD D9 4E 6 0 40 F 41 41 3A
Octal 315 331 116 6 0 100 17 101 101 72
Binary 11001101 11011001 1001110 110 0 1000000 1111 1000001 1000001 111010

Color Harmonies of #CDD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD94E

Black with #CDD94E

Text Example


Text Example

White with #CDD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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