Html Css Color HEX #C8ED40 Las Palmas

📋 copy color: '#C8ED40'

red 200 ◦ green 237 ◦ blue 64

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

Shades of Las Palmas #C8ED40

Tints of Las Palmas #C8ED40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.77%

R = 39.92%
G = 47.31%
B = 12.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#C8ED40 (or 0xC8ED40) is known color: Las Palmas. HEX triplet: C8, ED and 40. RGB value is (200,237,64). Sum of RGB (Red+Green+Blue) = 200+237+64=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED40 is #3712BF. Grayscale: #CECECE. Windows color (decimal): -3609280 or 4255176. OLE color: 4255176.

HSL color Cylindrical-coordinate representation of color #C8ED40: hue angle of 72.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8ED40 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 64 -
CMYK 0.16 0 0.73 0.07
HSL 72.83º 0.83% 0.59% -
HSV(B) 72.83º 0.73% 0.93% -
XYZ 55.03 73.22 16.08 -
YUV 206.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 200 237 64 0.16 0 0.73 0.07 72.83 0.83 0.59
Hex C8 ED 40 10 0 49 7 49 53 3B
Octal 310 355 100 20 0 111 7 111 123 73
Binary 11001000 11101101 1000000 10000 0 1001001 111 1001001 1010011 111011

Color Harmonies of #C8ED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ED40

Black with #C8ED40

Text Example


Text Example

White with #C8ED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ED40; }

 p { color: rgb(200,237,64); }

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

background-color css

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

 a { background-color: rgb(200,237,64); }

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

border-color css

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

 span { border-color: rgb(200,237,64); }

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