Html Css Color HEX #CDD94C Las Palmas

📋 copy color: '#CDD94C'

red 205 ◦ green 217 ◦ blue 76

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

Shades of Las Palmas #CDD94C

Tints of Las Palmas #CDD94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.26%

R = 41.16%
G = 43.57%
B = 15.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#CDD94C (or 0xCDD94C) is known color: Las Palmas. HEX triplet: CD, D9 and 4C. RGB value is (205,217,76). Sum of RGB (Red+Green+Blue) = 205+217+76=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD94C is #3226B3. Grayscale: #C5C5C5. Windows color (decimal): -3286708 or 5036493. OLE color: 5036493.

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

Color convert

RGB 205 217 76 -
CMYK 0.06 0 0.65 0.15
HSL 65.11º 0.65% 0.57% -
HSV(B) 65.11º 0.65% 0.85% -
XYZ 51.29 63.13 16.32 -
YUV 197.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 205 217 76 0.06 0 0.65 0.15 65.11 0.65 0.57
Hex CD D9 4C 6 0 41 F 41 41 39
Octal 315 331 114 6 0 101 17 101 101 71
Binary 11001101 11011001 1001100 110 0 1000001 1111 1000001 1000001 111001

Color Harmonies of #CDD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD94C

Black with #CDD94C

Text Example


Text Example

White with #CDD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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