Html Css Color HEX #C2ED44 Las Palmas

📋 copy color: '#C2ED44'

red 194 ◦ green 237 ◦ blue 68

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

Shades of Las Palmas #C2ED44

Tints of Las Palmas #C2ED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.63%

R = 38.88%
G = 47.49%
B = 13.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#C2ED44 (or 0xC2ED44) is known color: Las Palmas. HEX triplet: C2, ED and 44. RGB value is (194,237,68). Sum of RGB (Red+Green+Blue) = 194+237+68=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED44 is #3D12BB. Grayscale: #CDCDCD. Windows color (decimal): -4002492 or 4517314. OLE color: 4517314.

HSL color Cylindrical-coordinate representation of color #C2ED44: hue angle of 75.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2ED44 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 68 -
CMYK 0.18 0 0.71 0.07
HSL 75.27º 0.82% 0.6% -
HSV(B) 75.27º 0.71% 0.93% -
XYZ 53.58 72.46 16.63 -
YUV 204.88 50.75 120.24 -
System Red Green Blue C M Y K H S L
Decimal 194 237 68 0.18 0 0.71 0.07 75.27 0.82 0.6
Hex C2 ED 44 12 0 47 7 4B 52 3C
Octal 302 355 104 22 0 107 7 113 122 74
Binary 11000010 11101101 1000100 10010 0 1000111 111 1001011 1010010 111100

Color Harmonies of #C2ED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED44

Black with #C2ED44

Text Example


Text Example

White with #C2ED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED44; }

 p { color: rgb(194,237,68); }

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

background-color css

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

 a { background-color: rgb(194,237,68); }

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

border-color css

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

 span { border-color: rgb(194,237,68); }

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