Html Css Color HEX #C3F242 Las Palmas

📋 copy color: '#C3F242'

red 195 ◦ green 242 ◦ blue 66

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

Shades of Las Palmas #C3F242

Tints of Las Palmas #C3F242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

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

R = 38.77%
G = 48.11%
B = 13.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#C3F242 (or 0xC3F242) is known color: Las Palmas. HEX triplet: C3, F2 and 42. RGB value is (195,242,66). Sum of RGB (Red+Green+Blue) = 195+242+66=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F242 is #3C0DBD. Grayscale: #D0D0D0. Windows color (decimal): -3935678 or 4387523. OLE color: 4387523.

HSL color Cylindrical-coordinate representation of color #C3F242: hue angle of 76.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3F242 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 66 -
CMYK 0.19 0 0.73 0.05
HSL 76.02º 0.87% 0.6% -
HSV(B) 76.02º 0.73% 0.95% -
XYZ 55.24 75.5 16.82 -
YUV 207.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 195 242 66 0.19 0 0.73 0.05 76.02 0.87 0.6
Hex C3 F2 42 13 0 49 5 4C 57 3C
Octal 303 362 102 23 0 111 5 114 127 74
Binary 11000011 11110010 1000010 10011 0 1001001 101 1001100 1010111 111100

Color Harmonies of #C3F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F242

Black with #C3F242

Text Example


Text Example

White with #C3F242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F242; }

 p { color: rgb(195,242,66); }

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

background-color css

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

 a { background-color: rgb(195,242,66); }

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

border-color css

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

 span { border-color: rgb(195,242,66); }

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