Html Css Color HEX #C1F238 Las Palmas

📋 copy color: '#C1F238'

red 193 ◦ green 242 ◦ blue 56

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

Shades of Las Palmas #C1F238

Tints of Las Palmas #C1F238

RGB

 RED value IS 193 (75.78% from 255) = 39.31%

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

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 39.31%
G = 49.29%
B = 11.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#C1F238 (or 0xC1F238) is known color: Las Palmas. HEX triplet: C1, F2 and 38. RGB value is (193,242,56). Sum of RGB (Red+Green+Blue) = 193+242+56=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F238 is #3E0DC7. Grayscale: #CECECE. Windows color (decimal): -4066760 or 3732161. OLE color: 3732161.

HSL color Cylindrical-coordinate representation of color #C1F238: hue angle of 75.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1F238 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 242 56 -
CMYK 0.20 0 0.77 0.05
HSL 75.81º 0.88% 0.58% -
HSV(B) 75.81º 0.77% 0.95% -
XYZ 54.46 75.13 15.37 -
YUV 206.15 43.27 118.62 -
System Red Green Blue C M Y K H S L
Decimal 193 242 56 0.20 0 0.77 0.05 75.81 0.88 0.58
Hex C1 F2 38 14 0 4D 5 4C 58 3A
Octal 301 362 70 24 0 115 5 114 130 72
Binary 11000001 11110010 111000 10100 0 1001101 101 1001100 1011000 111010

Color Harmonies of #C1F238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F238

Black with #C1F238

Text Example


Text Example

White with #C1F238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F238; }

 p { color: rgb(193,242,56); }

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

background-color css

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

 a { background-color: rgb(193,242,56); }

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

border-color css

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

 span { border-color: rgb(193,242,56); }

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