Html Css Color HEX #C8DF2F Las Palmas

📋 copy color: '#C8DF2F'

red 200 ◦ green 223 ◦ blue 47

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

Shades of Las Palmas #C8DF2F

Tints of Las Palmas #C8DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

 BLUE value IS 47 (18.75% from 255) = 10%

R = 42.55%
G = 47.45%
B = 10%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#C8DF2F (or 0xC8DF2F) is known color: Las Palmas. HEX triplet: C8, DF and 2F. RGB value is (200,223,47). Sum of RGB (Red+Green+Blue) = 200+223+47=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DF2F is #3720D0. Grayscale: #C4C4C4. Windows color (decimal): -3612881 or 3137480. OLE color: 3137480.

HSL color Cylindrical-coordinate representation of color #C8DF2F: hue angle of 67.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8DF2F is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 223 47 -
CMYK 0.10 0 0.79 0.13
HSL 67.84º 0.73% 0.53% -
HSV(B) 67.84º 0.79% 0.87% -
XYZ 50.72 65.26 12.61 -
YUV 196.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 200 223 47 0.10 0 0.79 0.13 67.84 0.73 0.53
Hex C8 DF 2F A 0 4F D 44 49 35
Octal 310 337 57 12 0 117 15 104 111 65
Binary 11001000 11011111 101111 1010 0 1001111 1101 1000100 1001001 110101

Color Harmonies of #C8DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DF2F

Black with #C8DF2F

Text Example


Text Example

White with #C8DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DF2F; }

 p { color: rgb(200,223,47); }

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

background-color css

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

 a { background-color: rgb(200,223,47); }

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

border-color css

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

 span { border-color: rgb(200,223,47); }

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