Html Css Color HEX #C9ED4B Las Palmas

📋 copy color: '#C9ED4B'

red 201 ◦ green 237 ◦ blue 75

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

Shades of Las Palmas #C9ED4B

Tints of Las Palmas #C9ED4B

RGB

 RED value IS 201 (78.91% from 255) = 39.18%

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 75 (29.69% from 255) = 14.62%

R = 39.18%
G = 46.2%
B = 14.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#C9ED4B (or 0xC9ED4B) is known color: Las Palmas. HEX triplet: C9, ED and 4B. RGB value is (201,237,75). Sum of RGB (Red+Green+Blue) = 201+237+75=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED4B is #3612B4. Grayscale: #D0D0D0. Windows color (decimal): -3543733 or 4976073. OLE color: 4976073.

HSL color Cylindrical-coordinate representation of color #C9ED4B: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9ED4B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 75 -
CMYK 0.15 0 0.68 0.07
HSL 73.33º 0.82% 0.61% -
HSV(B) 73.33º 0.68% 0.93% -
XYZ 55.64 73.49 17.91 -
YUV 207.77 53.07 123.17 -
System Red Green Blue C M Y K H S L
Decimal 201 237 75 0.15 0 0.68 0.07 73.33 0.82 0.61
Hex C9 ED 4B F 0 44 7 49 52 3D
Octal 311 355 113 17 0 104 7 111 122 75
Binary 11001001 11101101 1001011 1111 0 1000100 111 1001001 1010010 111101

Color Harmonies of #C9ED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ED4B

Black with #C9ED4B

Text Example


Text Example

White with #C9ED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ED4B; }

 p { color: rgb(201,237,75); }

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

background-color css

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

 a { background-color: rgb(201,237,75); }

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

border-color css

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

 span { border-color: rgb(201,237,75); }

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