Html Css Color HEX #C3ED46 Las Palmas

📋 copy color: '#C3ED46'

red 195 ◦ green 237 ◦ blue 70

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

Shades of Las Palmas #C3ED46

Tints of Las Palmas #C3ED46

RGB

 RED value IS 195 (76.56% from 255) = 38.84%

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

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 38.84%
G = 47.21%
B = 13.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#C3ED46 (or 0xC3ED46) is known color: Las Palmas. HEX triplet: C3, ED and 46. RGB value is (195,237,70). Sum of RGB (Red+Green+Blue) = 195+237+70=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED46 is #3C12B9. Grayscale: #CECECE. Windows color (decimal): -3936954 or 4648387. OLE color: 4648387.

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

Color convert

RGB 195 237 70 -
CMYK 0.18 0 0.70 0.07
HSL 75.09º 0.82% 0.6% -
HSV(B) 75.09º 0.7% 0.93% -
XYZ 53.9 72.61 16.97 -
YUV 205.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 195 237 70 0.18 0 0.70 0.07 75.09 0.82 0.6
Hex C3 ED 46 12 0 46 7 4B 52 3C
Octal 303 355 106 22 0 106 7 113 122 74
Binary 11000011 11101101 1000110 10010 0 1000110 111 1001011 1010010 111100

Color Harmonies of #C3ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ED46

Black with #C3ED46

Text Example


Text Example

White with #C3ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ED46; }

 p { color: rgb(195,237,70); }

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

background-color css

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

 a { background-color: rgb(195,237,70); }

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

border-color css

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

 span { border-color: rgb(195,237,70); }

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