Html Css Color HEX #C1D741 Las Palmas

📋 copy color: '#C1D741'

red 193 ◦ green 215 ◦ blue 65

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

Shades of Las Palmas #C1D741

Tints of Las Palmas #C1D741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 40.8%
G = 45.45%
B = 13.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C1D741 (or 0xC1D741) is known color: Las Palmas. HEX triplet: C1, D7 and 41. RGB value is (193,215,65). Sum of RGB (Red+Green+Blue) = 193+215+65=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D741 is #3E28BE. Grayscale: #BFBFBF. Windows color (decimal): -4073663 or 4315073. OLE color: 4315073.

HSL color Cylindrical-coordinate representation of color #C1D741: hue angle of 68.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1D741 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 215 65 -
CMYK 0.10 0 0.70 0.16
HSL 68.8º 0.65% 0.55% -
HSV(B) 68.8º 0.7% 0.84% -
XYZ 47.25 60.32 14.15 -
YUV 191.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 193 215 65 0.10 0 0.70 0.16 68.8 0.65 0.55
Hex C1 D7 41 A 0 46 10 45 41 37
Octal 301 327 101 12 0 106 20 105 101 67
Binary 11000001 11010111 1000001 1010 0 1000110 10000 1000101 1000001 110111

Color Harmonies of #C1D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D741

Black with #C1D741

Text Example


Text Example

White with #C1D741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D741; }

 p { color: rgb(193,215,65); }

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

background-color css

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

 a { background-color: rgb(193,215,65); }

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

border-color css

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

 span { border-color: rgb(193,215,65); }

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