Html Css Color HEX #CDDC4C Las Palmas

📋 copy color: '#CDDC4C'

red 205 ◦ green 220 ◦ blue 76

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

Shades of Las Palmas #CDDC4C

Tints of Las Palmas #CDDC4C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

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

R = 40.92%
G = 43.91%
B = 15.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#CDDC4C (or 0xCDDC4C) is known color: Las Palmas. HEX triplet: CD, DC and 4C. RGB value is (205,220,76). Sum of RGB (Red+Green+Blue) = 205+220+76=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC4C is #3223B3. Grayscale: #C7C7C7. Windows color (decimal): -3285940 or 5037261. OLE color: 5037261.

HSL color Cylindrical-coordinate representation of color #CDDC4C: hue angle of 66.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDDC4C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 76 -
CMYK 0.07 0 0.65 0.14
HSL 66.25º 0.67% 0.58% -
HSV(B) 66.25º 0.65% 0.86% -
XYZ 52.07 64.69 16.58 -
YUV 199.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 205 220 76 0.07 0 0.65 0.14 66.25 0.67 0.58
Hex CD DC 4C 7 0 41 E 42 43 3A
Octal 315 334 114 7 0 101 16 102 103 72
Binary 11001101 11011100 1001100 111 0 1000001 1110 1000010 1000011 111010

Color Harmonies of #CDDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC4C

Black with #CDDC4C

Text Example


Text Example

White with #CDDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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