Html Css Color HEX #C1D942 Las Palmas

📋 copy color: '#C1D942'

red 193 ◦ green 217 ◦ blue 66

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

Shades of Las Palmas #C1D942

Tints of Las Palmas #C1D942

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 66 (26.17% from 255) = 13.87%

R = 40.55%
G = 45.59%
B = 13.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#C1D942 (or 0xC1D942) is known color: Las Palmas. HEX triplet: C1, D9 and 42. RGB value is (193,217,66). Sum of RGB (Red+Green+Blue) = 193+217+66=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D942 is #3E26BD. Grayscale: #C1C1C1. Windows color (decimal): -4073150 or 4381121. OLE color: 4381121.

HSL color Cylindrical-coordinate representation of color #C1D942: hue angle of 69.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1D942 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 66 -
CMYK 0.11 0 0.70 0.15
HSL 69.54º 0.67% 0.55% -
HSV(B) 69.54º 0.7% 0.85% -
XYZ 47.79 61.36 14.48 -
YUV 192.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 193 217 66 0.11 0 0.70 0.15 69.54 0.67 0.55
Hex C1 D9 42 B 0 46 F 46 43 37
Octal 301 331 102 13 0 106 17 106 103 67
Binary 11000001 11011001 1000010 1011 0 1000110 1111 1000110 1000011 110111

Color Harmonies of #C1D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D942

Black with #C1D942

Text Example


Text Example

White with #C1D942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D942; }

 p { color: rgb(193,217,66); }

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

background-color css

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

 a { background-color: rgb(193,217,66); }

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

border-color css

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

 span { border-color: rgb(193,217,66); }

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