Html Css Color HEX #C1ED3D Las Palmas

📋 copy color: '#C1ED3D'

red 193 ◦ green 237 ◦ blue 61

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

Shades of Las Palmas #C1ED3D

Tints of Las Palmas #C1ED3D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 61 (24.22% from 255) = 12.42%

R = 39.31%
G = 48.27%
B = 12.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#C1ED3D (or 0xC1ED3D) is known color: Las Palmas. HEX triplet: C1, ED and 3D. RGB value is (193,237,61). Sum of RGB (Red+Green+Blue) = 193+237+61=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1ED3D is #3E12C2. Grayscale: #CCCCCC. Windows color (decimal): -4068035 or 4058561. OLE color: 4058561.

HSL color Cylindrical-coordinate representation of color #C1ED3D: hue angle of 75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1ED3D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 61 -
CMYK 0.19 0 0.74 0.07
HSL 75º 0.83% 0.58% -
HSV(B) 75º 0.74% 0.93% -
XYZ 53.12 72.24 15.56 -
YUV 203.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 193 237 61 0.19 0 0.74 0.07 75 0.83 0.58
Hex C1 ED 3D 13 0 4A 7 4B 53 3A
Octal 301 355 75 23 0 112 7 113 123 72
Binary 11000001 11101101 111101 10011 0 1001010 111 1001011 1010011 111010

Color Harmonies of #C1ED3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED3D

Black with #C1ED3D

Text Example


Text Example

White with #C1ED3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED3D; }

 p { color: rgb(193,237,61); }

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

background-color css

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

 a { background-color: rgb(193,237,61); }

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

border-color css

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

 span { border-color: rgb(193,237,61); }

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