Html Css Color HEX #C9F148 Las Palmas

📋 copy color: '#C9F148'

red 201 ◦ green 241 ◦ blue 72

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

Shades of Las Palmas #C9F148

Tints of Las Palmas #C9F148

RGB

 RED value IS 201 (78.91% from 255) = 39.11%

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

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

R = 39.11%
G = 46.89%
B = 14.01%

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

#C9F148 (or 0xC9F148) is known color: Las Palmas. HEX triplet: C9, F1 and 48. RGB value is (201,241,72). Sum of RGB (Red+Green+Blue) = 201+241+72=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F148 is #360EB7. Grayscale: #D2D2D2. Windows color (decimal): -3542712 or 4780489. OLE color: 4780489.

HSL color Cylindrical-coordinate representation of color #C9F148: hue angle of 74.2º 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 #C9F148 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 241 72 -
CMYK 0.17 0 0.70 0.05
HSL 74.2º 0.86% 0.61% -
HSV(B) 74.2º 0.7% 0.95% -
XYZ 56.71 75.8 17.77 -
YUV 209.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 201 241 72 0.17 0 0.70 0.05 74.2 0.86 0.61
Hex C9 F1 48 11 0 46 5 4A 56 3D
Octal 311 361 110 21 0 106 5 112 126 75
Binary 11001001 11110001 1001000 10001 0 1000110 101 1001010 1010110 111101

Color Harmonies of #C9F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F148

Black with #C9F148

Text Example


Text Example

White with #C9F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F148; }

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

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

background-color css

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

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

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

border-color css

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

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

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