Html Css Color HEX #C5DE30 Las Palmas

📋 copy color: '#C5DE30'

red 197 ◦ green 222 ◦ blue 48

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

Shades of Las Palmas #C5DE30

Tints of Las Palmas #C5DE30

RGB

 RED value IS 197 (77.34% from 255) = 42.18%

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 42.18%
G = 47.54%
B = 10.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#C5DE30 (or 0xC5DE30) is known color: Las Palmas. HEX triplet: C5, DE and 30. RGB value is (197,222,48). Sum of RGB (Red+Green+Blue) = 197+222+48=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE30 is #3A21CF. Grayscale: #C3C3C3. Windows color (decimal): -3809744 or 3202757. OLE color: 3202757.

HSL color Cylindrical-coordinate representation of color #C5DE30: hue angle of 68.62º degrees, saturation: 0.73, 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 #C5DE30 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 222 48 -
CMYK 0.11 0 0.78 0.13
HSL 68.62º 0.73% 0.53% -
HSV(B) 68.62º 0.78% 0.87% -
XYZ 49.68 64.33 12.59 -
YUV 194.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 197 222 48 0.11 0 0.78 0.13 68.62 0.73 0.53
Hex C5 DE 30 B 0 4E D 45 48 35
Octal 305 336 60 13 0 116 15 105 110 65
Binary 11000101 11011110 110000 1011 0 1001110 1101 1000101 1001000 110101

Color Harmonies of #C5DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DE30

Black with #C5DE30

Text Example


Text Example

White with #C5DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DE30; }

 p { color: rgb(197,222,48); }

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

background-color css

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

 a { background-color: rgb(197,222,48); }

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

border-color css

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

 span { border-color: rgb(197,222,48); }

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