Html Css Color HEX #C3E130 Las Palmas

📋 copy color: '#C3E130'

red 195 ◦ green 225 ◦ blue 48

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

Shades of Las Palmas #C3E130

Tints of Las Palmas #C3E130

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

 GREEN value IS 225 (88.28% from 255) = 48.08%

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

R = 41.67%
G = 48.08%
B = 10.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C3E130 (or 0xC3E130) is known color: Las Palmas. HEX triplet: C3, E1 and 30. RGB value is (195,225,48). Sum of RGB (Red+Green+Blue) = 195+225+48=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E130 is #3C1ECF. Grayscale: #C4C4C4. Windows color (decimal): -3940048 or 3203523. OLE color: 3203523.

HSL color Cylindrical-coordinate representation of color #C3E130: hue angle of 70.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3E130 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 225 48 -
CMYK 0.13 0 0.79 0.12
HSL 70.17º 0.75% 0.54% -
HSV(B) 70.17º 0.79% 0.88% -
XYZ 49.96 65.67 12.84 -
YUV 195.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 195 225 48 0.13 0 0.79 0.12 70.17 0.75 0.54
Hex C3 E1 30 D 0 4F C 46 4B 36
Octal 303 341 60 15 0 117 14 106 113 66
Binary 11000011 11100001 110000 1101 0 1001111 1100 1000110 1001011 110110

Color Harmonies of #C3E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E130

Black with #C3E130

Text Example


Text Example

White with #C3E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E130; }

 p { color: rgb(195,225,48); }

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

background-color css

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

 a { background-color: rgb(195,225,48); }

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

border-color css

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

 span { border-color: rgb(195,225,48); }

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