Html Css Color HEX #CDDD4C Las Palmas

📋 copy color: '#CDDD4C'

red 205 ◦ green 221 ◦ blue 76

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

Shades of Las Palmas #CDDD4C

Tints of Las Palmas #CDDD4C

RGB

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

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

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

R = 40.84%
G = 44.02%
B = 15.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CDDD4C (or 0xCDDD4C) is known color: Las Palmas. HEX triplet: CD, DD and 4C. RGB value is (205,221,76). Sum of RGB (Red+Green+Blue) = 205+221+76=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD4C is #3222B3. Grayscale: #C8C8C8. Windows color (decimal): -3285684 or 5037517. OLE color: 5037517.

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

Color convert

RGB 205 221 76 -
CMYK 0.07 0 0.66 0.13
HSL 66.62º 0.68% 0.58% -
HSV(B) 66.62º 0.66% 0.87% -
XYZ 52.34 65.21 16.67 -
YUV 199.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 205 221 76 0.07 0 0.66 0.13 66.62 0.68 0.58
Hex CD DD 4C 7 0 42 D 43 44 3A
Octal 315 335 114 7 0 102 15 103 104 72
Binary 11001101 11011101 1001100 111 0 1000010 1101 1000011 1000100 111010

Color Harmonies of #CDDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD4C

Black with #CDDD4C

Text Example


Text Example

White with #CDDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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