Html Css Color HEX #C1DE31 Las Palmas

📋 copy color: '#C1DE31'

red 193 ◦ green 222 ◦ blue 49

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

Shades of Las Palmas #C1DE31

Tints of Las Palmas #C1DE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.84%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 41.59%
G = 47.84%
B = 10.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#C1DE31 (or 0xC1DE31) is known color: Las Palmas. HEX triplet: C1, DE and 31. RGB value is (193,222,49). Sum of RGB (Red+Green+Blue) = 193+222+49=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DE31 is #3E21CE. Grayscale: #C2C2C2. Windows color (decimal): -4071887 or 3268289. OLE color: 3268289.

HSL color Cylindrical-coordinate representation of color #C1DE31: hue angle of 70.06º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1DE31 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 222 49 -
CMYK 0.13 0 0.78 0.13
HSL 70.06º 0.72% 0.53% -
HSV(B) 70.06º 0.78% 0.87% -
XYZ 48.67 63.8 12.66 -
YUV 193.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 193 222 49 0.13 0 0.78 0.13 70.06 0.72 0.53
Hex C1 DE 31 D 0 4E D 46 48 35
Octal 301 336 61 15 0 116 15 106 110 65
Binary 11000001 11011110 110001 1101 0 1001110 1101 1000110 1001000 110101

Color Harmonies of #C1DE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DE31

Black with #C1DE31

Text Example


Text Example

White with #C1DE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DE31; }

 p { color: rgb(193,222,49); }

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

background-color css

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

 a { background-color: rgb(193,222,49); }

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

border-color css

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

 span { border-color: rgb(193,222,49); }

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