Html Css Color HEX #CDDB4D Las Palmas

📋 copy color: '#CDDB4D'

red 205 ◦ green 219 ◦ blue 77

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

Shades of Las Palmas #CDDB4D

Tints of Las Palmas #CDDB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

 BLUE value IS 77 (30.47% from 255) = 15.37%

R = 40.92%
G = 43.71%
B = 15.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#CDDB4D (or 0xCDDB4D) is known color: Las Palmas. HEX triplet: CD, DB and 4D. RGB value is (205,219,77). Sum of RGB (Red+Green+Blue) = 205+219+77=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB4D is #3224B2. Grayscale: #C7C7C7. Windows color (decimal): -3286195 or 5102541. OLE color: 5102541.

HSL color Cylindrical-coordinate representation of color #CDDB4D: hue angle of 65.92º degrees, saturation: 0.66, 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 #CDDB4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 77 -
CMYK 0.06 0 0.65 0.14
HSL 65.92º 0.66% 0.58% -
HSV(B) 65.92º 0.65% 0.86% -
XYZ 51.85 64.18 16.68 -
YUV 198.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 205 219 77 0.06 0 0.65 0.14 65.92 0.66 0.58
Hex CD DB 4D 6 0 41 E 42 42 3A
Octal 315 333 115 6 0 101 16 102 102 72
Binary 11001101 11011011 1001101 110 0 1000001 1110 1000010 1000010 111010

Color Harmonies of #CDDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB4D

Black with #CDDB4D

Text Example


Text Example

White with #CDDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB4D; }

 p { color: rgb(205,219,77); }

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

background-color css

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

 a { background-color: rgb(205,219,77); }

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

border-color css

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

 span { border-color: rgb(205,219,77); }

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