Html Css Color HEX #C6D434 Las Palmas

📋 copy color: '#C6D434'

red 198 ◦ green 212 ◦ blue 52

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

Shades of Las Palmas #C6D434

Tints of Las Palmas #C6D434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.89%

 BLUE value IS 52 (20.7% from 255) = 11.26%

R = 42.86%
G = 45.89%
B = 11.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#C6D434 (or 0xC6D434) is known color: Las Palmas. HEX triplet: C6, D4 and 34. RGB value is (198,212,52). Sum of RGB (Red+Green+Blue) = 198+212+52=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D434 is #392BCB. Grayscale: #BEBEBE. Windows color (decimal): -3746764 or 3462342. OLE color: 3462342.

HSL color Cylindrical-coordinate representation of color #C6D434: hue angle of 65.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D434 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 212 52 -
CMYK 0.07 0 0.75 0.17
HSL 65.25º 0.65% 0.52% -
HSV(B) 65.25º 0.75% 0.83% -
XYZ 47.45 59.34 12.2 -
YUV 189.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 198 212 52 0.07 0 0.75 0.17 65.25 0.65 0.52
Hex C6 D4 34 7 0 4B 11 41 41 34
Octal 306 324 64 7 0 113 21 101 101 64
Binary 11000110 11010100 110100 111 0 1001011 10001 1000001 1000001 110100

Color Harmonies of #C6D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D434

Black with #C6D434

Text Example


Text Example

White with #C6D434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D434; }

 p { color: rgb(198,212,52); }

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

background-color css

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

 a { background-color: rgb(198,212,52); }

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

border-color css

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

 span { border-color: rgb(198,212,52); }

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