Html Css Color HEX #C1DF34 Las Palmas

📋 copy color: '#C1DF34'

red 193 ◦ green 223 ◦ blue 52

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

Shades of Las Palmas #C1DF34

Tints of Las Palmas #C1DF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

 BLUE value IS 52 (20.7% from 255) = 11.11%

R = 41.24%
G = 47.65%
B = 11.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#C1DF34 (or 0xC1DF34) is known color: Las Palmas. HEX triplet: C1, DF and 34. RGB value is (193,223,52). Sum of RGB (Red+Green+Blue) = 193+223+52=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF34 is #3E20CB. Grayscale: #C3C3C3. Windows color (decimal): -4071628 or 3465153. OLE color: 3465153.

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

Color convert

RGB 193 223 52 -
CMYK 0.13 0 0.77 0.13
HSL 70.53º 0.73% 0.54% -
HSV(B) 70.53º 0.77% 0.87% -
XYZ 49 64.36 13.09 -
YUV 194.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 193 223 52 0.13 0 0.77 0.13 70.53 0.73 0.54
Hex C1 DF 34 D 0 4D D 47 49 36
Octal 301 337 64 15 0 115 15 107 111 66
Binary 11000001 11011111 110100 1101 0 1001101 1101 1000111 1001001 110110

Color Harmonies of #C1DF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DF34

Black with #C1DF34

Text Example


Text Example

White with #C1DF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DF34; }

 p { color: rgb(193,223,52); }

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

background-color css

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

 a { background-color: rgb(193,223,52); }

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

border-color css

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

 span { border-color: rgb(193,223,52); }

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