Html Css Color HEX #C7E142 Las Palmas

📋 copy color: '#C7E142'

red 199 ◦ green 225 ◦ blue 66

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

Shades of Las Palmas #C7E142

Tints of Las Palmas #C7E142

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

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

 BLUE value IS 66 (26.17% from 255) = 13.47%

R = 40.61%
G = 45.92%
B = 13.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#C7E142 (or 0xC7E142) is known color: Las Palmas. HEX triplet: C7, E1 and 42. RGB value is (199,225,66). Sum of RGB (Red+Green+Blue) = 199+225+66=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E142 is #381EBD. Grayscale: #C7C7C7. Windows color (decimal): -3677886 or 4383175. OLE color: 4383175.

HSL color Cylindrical-coordinate representation of color #C7E142: hue angle of 69.81º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7E142 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 225 66 -
CMYK 0.12 0 0.71 0.12
HSL 69.81º 0.73% 0.57% -
HSV(B) 69.81º 0.71% 0.88% -
XYZ 51.46 66.39 15.26 -
YUV 199.1 52.89 127.93 -
System Red Green Blue C M Y K H S L
Decimal 199 225 66 0.12 0 0.71 0.12 69.81 0.73 0.57
Hex C7 E1 42 C 0 47 C 46 49 39
Octal 307 341 102 14 0 107 14 106 111 71
Binary 11000111 11100001 1000010 1100 0 1000111 1100 1000110 1001001 111001

Color Harmonies of #C7E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E142

Black with #C7E142

Text Example


Text Example

White with #C7E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E142; }

 p { color: rgb(199,225,66); }

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

background-color css

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

 a { background-color: rgb(199,225,66); }

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

border-color css

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

 span { border-color: rgb(199,225,66); }

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