Html Css Color HEX #CDDF4C Las Palmas

📋 copy color: '#CDDF4C'

red 205 ◦ green 223 ◦ blue 76

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

Shades of Las Palmas #CDDF4C

Tints of Las Palmas #CDDF4C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

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

R = 40.67%
G = 44.25%
B = 15.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CDDF4C (or 0xCDDF4C) is known color: Las Palmas. HEX triplet: CD, DF and 4C. RGB value is (205,223,76). Sum of RGB (Red+Green+Blue) = 205+223+76=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF4C is #3220B3. Grayscale: #C9C9C9. Windows color (decimal): -3285172 or 5038029. OLE color: 5038029.

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

Color convert

RGB 205 223 76 -
CMYK 0.08 0 0.66 0.13
HSL 67.35º 0.7% 0.59% -
HSV(B) 67.35º 0.66% 0.87% -
XYZ 52.87 66.28 16.84 -
YUV 200.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 205 223 76 0.08 0 0.66 0.13 67.35 0.7 0.59
Hex CD DF 4C 8 0 42 D 43 46 3B
Octal 315 337 114 10 0 102 15 103 106 73
Binary 11001101 11011111 1001100 1000 0 1000010 1101 1000011 1000110 111011

Color Harmonies of #CDDF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF4C

Black with #CDDF4C

Text Example


Text Example

White with #CDDF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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