Html Css Color HEX #C6E13D Las Palmas

📋 copy color: '#C6E13D'

red 198 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #C6E13D

Tints of Las Palmas #C6E13D

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

 GREEN value IS 225 (88.28% from 255) = 46.49%

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

R = 40.91%
G = 46.49%
B = 12.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#C6E13D (or 0xC6E13D) is known color: Las Palmas. HEX triplet: C6, E1 and 3D. RGB value is (198,225,61). Sum of RGB (Red+Green+Blue) = 198+225+61=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E13D is #391EC2. Grayscale: #C6C6C6. Windows color (decimal): -3743427 or 4055494. OLE color: 4055494.

HSL color Cylindrical-coordinate representation of color #C6E13D: hue angle of 69.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6E13D is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 225 61 -
CMYK 0.12 0 0.73 0.12
HSL 69.88º 0.73% 0.56% -
HSV(B) 69.88º 0.73% 0.88% -
XYZ 51.06 66.19 14.5 -
YUV 198.23 50.55 127.84 -
System Red Green Blue C M Y K H S L
Decimal 198 225 61 0.12 0 0.73 0.12 69.88 0.73 0.56
Hex C6 E1 3D C 0 49 C 46 49 38
Octal 306 341 75 14 0 111 14 106 111 70
Binary 11000110 11100001 111101 1100 0 1001001 1100 1000110 1001001 111000

Color Harmonies of #C6E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E13D

Black with #C6E13D

Text Example


Text Example

White with #C6E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E13D; }

 p { color: rgb(198,225,61); }

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

background-color css

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

 a { background-color: rgb(198,225,61); }

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

border-color css

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

 span { border-color: rgb(198,225,61); }

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