Html Css Color HEX #C4CD3C Las Palmas

📋 copy color: '#C4CD3C'

red 196 ◦ green 205 ◦ blue 60

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

Shades of Las Palmas #C4CD3C

Tints of Las Palmas #C4CD3C

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 42.52%
G = 44.47%
B = 13.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#C4CD3C (or 0xC4CD3C) is known color: Las Palmas. HEX triplet: C4, CD and 3C. RGB value is (196,205,60). Sum of RGB (Red+Green+Blue) = 196+205+60=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD3C is #3B32C3. Grayscale: #BABABA. Windows color (decimal): -3879620 or 3984836. OLE color: 3984836.

HSL color Cylindrical-coordinate representation of color #C4CD3C: hue angle of 63.72º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4CD3C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 60 -
CMYK 0.04 0 0.71 0.20
HSL 63.72º 0.59% 0.52% -
HSV(B) 63.72º 0.71% 0.8% -
XYZ 45.41 55.72 12.64 -
YUV 185.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 196 205 60 0.04 0 0.71 0.20 63.72 0.59 0.52
Hex C4 CD 3C 4 0 47 14 40 3B 34
Octal 304 315 74 4 0 107 24 100 73 64
Binary 11000100 11001101 111100 100 0 1000111 10100 1000000 111011 110100

Color Harmonies of #C4CD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD3C

Black with #C4CD3C

Text Example


Text Example

White with #C4CD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD3C; }

 p { color: rgb(196,205,60); }

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

background-color css

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

 a { background-color: rgb(196,205,60); }

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

border-color css

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

 span { border-color: rgb(196,205,60); }

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