Html Css Color HEX #C9ED48 Las Palmas

📋 copy color: '#C9ED48'

red 201 ◦ green 237 ◦ blue 72

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

Shades of Las Palmas #C9ED48

Tints of Las Palmas #C9ED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

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

R = 39.41%
G = 46.47%
B = 14.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#C9ED48 (or 0xC9ED48) is known color: Las Palmas. HEX triplet: C9, ED and 48. RGB value is (201,237,72). Sum of RGB (Red+Green+Blue) = 201+237+72=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED48 is #3612B7. Grayscale: #D0D0D0. Windows color (decimal): -3543736 or 4779465. OLE color: 4779465.

HSL color Cylindrical-coordinate representation of color #C9ED48: hue angle of 73.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9ED48 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 72 -
CMYK 0.15 0 0.70 0.07
HSL 73.09º 0.82% 0.61% -
HSV(B) 73.09º 0.7% 0.93% -
XYZ 55.54 73.45 17.38 -
YUV 207.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 201 237 72 0.15 0 0.70 0.07 73.09 0.82 0.61
Hex C9 ED 48 F 0 46 7 49 52 3D
Octal 311 355 110 17 0 106 7 111 122 75
Binary 11001001 11101101 1001000 1111 0 1000110 111 1001001 1010010 111101

Color Harmonies of #C9ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ED48

Black with #C9ED48

Text Example


Text Example

White with #C9ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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