Html Css Color HEX #C2EB45 Las Palmas

📋 copy color: '#C2EB45'

red 194 ◦ green 235 ◦ blue 69

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

Shades of Las Palmas #C2EB45

Tints of Las Palmas #C2EB45

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

 GREEN value IS 235 (92.19% from 255) = 47.19%

 BLUE value IS 69 (27.34% from 255) = 13.86%

R = 38.96%
G = 47.19%
B = 13.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#C2EB45 (or 0xC2EB45) is known color: Las Palmas. HEX triplet: C2, EB and 45. RGB value is (194,235,69). Sum of RGB (Red+Green+Blue) = 194+235+69=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB45 is #3D14BA. Grayscale: #CCCCCC. Windows color (decimal): -4003003 or 4582338. OLE color: 4582338.

HSL color Cylindrical-coordinate representation of color #C2EB45: hue angle of 74.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2EB45 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 69 -
CMYK 0.17 0 0.71 0.08
HSL 74.82º 0.81% 0.6% -
HSV(B) 74.82º 0.71% 0.92% -
XYZ 53.03 71.32 16.6 -
YUV 203.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 194 235 69 0.17 0 0.71 0.08 74.82 0.81 0.6
Hex C2 EB 45 11 0 47 8 4B 51 3C
Octal 302 353 105 21 0 107 10 113 121 74
Binary 11000010 11101011 1000101 10001 0 1000111 1000 1001011 1010001 111100

Color Harmonies of #C2EB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB45

Black with #C2EB45

Text Example


Text Example

White with #C2EB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB45; }

 p { color: rgb(194,235,69); }

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

background-color css

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

 a { background-color: rgb(194,235,69); }

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

border-color css

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

 span { border-color: rgb(194,235,69); }

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