Html Css Color HEX #C1F03D Las Palmas

📋 copy color: '#C1F03D'

red 193 ◦ green 240 ◦ blue 61

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

Shades of Las Palmas #C1F03D

Tints of Las Palmas #C1F03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

 BLUE value IS 61 (24.22% from 255) = 12.35%

R = 39.07%
G = 48.58%
B = 12.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#C1F03D (or 0xC1F03D) is known color: Las Palmas. HEX triplet: C1, F0 and 3D. RGB value is (193,240,61). Sum of RGB (Red+Green+Blue) = 193+240+61=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F03D is #3E0FC2. Grayscale: #CECECE. Windows color (decimal): -4067267 or 4059329. OLE color: 4059329.

HSL color Cylindrical-coordinate representation of color #C1F03D: hue angle of 75.75º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1F03D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 240 61 -
CMYK 0.20 0 0.75 0.06
HSL 75.75º 0.86% 0.59% -
HSV(B) 75.75º 0.75% 0.94% -
XYZ 53.99 73.99 15.85 -
YUV 205.54 46.43 119.05 -
System Red Green Blue C M Y K H S L
Decimal 193 240 61 0.20 0 0.75 0.06 75.75 0.86 0.59
Hex C1 F0 3D 14 0 4B 6 4C 56 3B
Octal 301 360 75 24 0 113 6 114 126 73
Binary 11000001 11110000 111101 10100 0 1001011 110 1001100 1010110 111011

Color Harmonies of #C1F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F03D

Black with #C1F03D

Text Example


Text Example

White with #C1F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F03D; }

 p { color: rgb(193,240,61); }

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

background-color css

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

 a { background-color: rgb(193,240,61); }

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

border-color css

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

 span { border-color: rgb(193,240,61); }

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