Html Css Color HEX #C8DA35 Las Palmas

📋 copy color: '#C8DA35'

red 200 ◦ green 218 ◦ blue 53

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

Shades of Las Palmas #C8DA35

Tints of Las Palmas #C8DA35

RGB

 RED value IS 200 (78.52% from 255) = 42.46%

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 42.46%
G = 46.28%
B = 11.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#C8DA35 (or 0xC8DA35) is known color: Las Palmas. HEX triplet: C8, DA and 35. RGB value is (200,218,53). Sum of RGB (Red+Green+Blue) = 200+218+53=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA35 is #3725CA. Grayscale: #C2C2C2. Windows color (decimal): -3614155 or 3529416. OLE color: 3529416.

HSL color Cylindrical-coordinate representation of color #C8DA35: hue angle of 66.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8DA35 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 53 -
CMYK 0.08 0 0.76 0.15
HSL 66.55º 0.69% 0.53% -
HSV(B) 66.55º 0.76% 0.85% -
XYZ 49.53 62.68 12.86 -
YUV 193.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 200 218 53 0.08 0 0.76 0.15 66.55 0.69 0.53
Hex C8 DA 35 8 0 4C F 43 45 35
Octal 310 332 65 10 0 114 17 103 105 65
Binary 11001000 11011010 110101 1000 0 1001100 1111 1000011 1000101 110101

Color Harmonies of #C8DA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DA35

Black with #C8DA35

Text Example


Text Example

White with #C8DA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DA35; }

 p { color: rgb(200,218,53); }

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

background-color css

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

 a { background-color: rgb(200,218,53); }

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

border-color css

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

 span { border-color: rgb(200,218,53); }

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