Html Css Color HEX #C7E12F Las Palmas

📋 copy color: '#C7E12F'

red 199 ◦ green 225 ◦ blue 47

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

Shades of Las Palmas #C7E12F

Tints of Las Palmas #C7E12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 42.25%
G = 47.77%
B = 9.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C7E12F (or 0xC7E12F) is known color: Las Palmas. HEX triplet: C7, E1 and 2F. RGB value is (199,225,47). Sum of RGB (Red+Green+Blue) = 199+225+47=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E12F is #381ED0. Grayscale: #C5C5C5. Windows color (decimal): -3677905 or 3137991. OLE color: 3137991.

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

Color convert

RGB 199 225 47 -
CMYK 0.12 0 0.79 0.12
HSL 68.76º 0.75% 0.53% -
HSV(B) 68.76º 0.79% 0.88% -
XYZ 50.99 66.2 12.78 -
YUV 196.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 199 225 47 0.12 0 0.79 0.12 68.76 0.75 0.53
Hex C7 E1 2F C 0 4F C 45 4B 35
Octal 307 341 57 14 0 117 14 105 113 65
Binary 11000111 11100001 101111 1100 0 1001111 1100 1000101 1001011 110101

Color Harmonies of #C7E12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E12F

Black with #C7E12F

Text Example


Text Example

White with #C7E12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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