Html Css Color HEX #C8F148 Las Palmas

📋 copy color: '#C8F148'

red 200 ◦ green 241 ◦ blue 72

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

Shades of Las Palmas #C8F148

Tints of Las Palmas #C8F148

RGB

 RED value IS 200 (78.52% from 255) = 38.99%

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 38.99%
G = 46.98%
B = 14.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C8F148 (or 0xC8F148) is known color: Las Palmas. HEX triplet: C8, F1 and 48. RGB value is (200,241,72). Sum of RGB (Red+Green+Blue) = 200+241+72=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F148 is #370EB7. Grayscale: #D2D2D2. Windows color (decimal): -3608248 or 4780488. OLE color: 4780488.

HSL color Cylindrical-coordinate representation of color #C8F148: hue angle of 74.56º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F148 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 241 72 -
CMYK 0.17 0 0.70 0.05
HSL 74.56º 0.86% 0.61% -
HSV(B) 74.56º 0.7% 0.95% -
XYZ 56.44 75.66 17.76 -
YUV 209.48 50.42 121.24 -
System Red Green Blue C M Y K H S L
Decimal 200 241 72 0.17 0 0.70 0.05 74.56 0.86 0.61
Hex C8 F1 48 11 0 46 5 4B 56 3D
Octal 310 361 110 21 0 106 5 113 126 75
Binary 11001000 11110001 1001000 10001 0 1000110 101 1001011 1010110 111101

Color Harmonies of #C8F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F148

Black with #C8F148

Text Example


Text Example

White with #C8F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F148; }

 p { color: rgb(200,241,72); }

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

background-color css

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

 a { background-color: rgb(200,241,72); }

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

border-color css

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

 span { border-color: rgb(200,241,72); }

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