Html Css Color HEX #C2EB3F Las Palmas

📋 copy color: '#C2EB3F'

red 194 ◦ green 235 ◦ blue 63

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

Shades of Las Palmas #C2EB3F

Tints of Las Palmas #C2EB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.8%

R = 39.43%
G = 47.76%
B = 12.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#C2EB3F (or 0xC2EB3F) is known color: Las Palmas. HEX triplet: C2, EB and 3F. RGB value is (194,235,63). Sum of RGB (Red+Green+Blue) = 194+235+63=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB3F is #3D14C0. Grayscale: #CBCBCB. Windows color (decimal): -4003009 or 4189122. OLE color: 4189122.

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

Color convert

RGB 194 235 63 -
CMYK 0.17 0 0.73 0.08
HSL 74.3º 0.81% 0.58% -
HSV(B) 74.3º 0.73% 0.92% -
XYZ 52.85 71.24 15.67 -
YUV 203.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 194 235 63 0.17 0 0.73 0.08 74.3 0.81 0.58
Hex C2 EB 3F 11 0 49 8 4A 51 3A
Octal 302 353 77 21 0 111 10 112 121 72
Binary 11000010 11101011 111111 10001 0 1001001 1000 1001010 1010001 111010

Color Harmonies of #C2EB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB3F

Black with #C2EB3F

Text Example


Text Example

White with #C2EB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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