Html Css Color HEX #C8EA42 Las Palmas

📋 copy color: '#C8EA42'

red 200 ◦ green 234 ◦ blue 66

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

Shades of Las Palmas #C8EA42

Tints of Las Palmas #C8EA42

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

 BLUE value IS 66 (26.17% from 255) = 13.2%

R = 40%
G = 46.8%
B = 13.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#C8EA42 (or 0xC8EA42) is known color: Las Palmas. HEX triplet: C8, EA and 42. RGB value is (200,234,66). Sum of RGB (Red+Green+Blue) = 200+234+66=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA42 is #3715BD. Grayscale: #CDCDCD. Windows color (decimal): -3610046 or 4385480. OLE color: 4385480.

HSL color Cylindrical-coordinate representation of color #C8EA42: hue angle of 72.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8EA42 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 66 -
CMYK 0.15 0 0.72 0.08
HSL 72.14º 0.8% 0.59% -
HSV(B) 72.14º 0.72% 0.92% -
XYZ 54.23 71.52 16.1 -
YUV 204.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 200 234 66 0.15 0 0.72 0.08 72.14 0.8 0.59
Hex C8 EA 42 F 0 48 8 48 50 3B
Octal 310 352 102 17 0 110 10 110 120 73
Binary 11001000 11101010 1000010 1111 0 1001000 1000 1001000 1010000 111011

Color Harmonies of #C8EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EA42

Black with #C8EA42

Text Example


Text Example

White with #C8EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EA42; }

 p { color: rgb(200,234,66); }

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

background-color css

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

 a { background-color: rgb(200,234,66); }

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

border-color css

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

 span { border-color: rgb(200,234,66); }

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