Html Css Color HEX #BCED40 Conifer

📋 copy color: '#BCED40'

red 188 ◦ green 237 ◦ blue 64

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

Shades of Conifer #BCED40

Tints of Conifer #BCED40

RGB

 RED value IS 188 (73.83% from 255) = 38.45%

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

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 38.45%
G = 48.47%
B = 13.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BCED40 (or 0xBCED40) is known color: Conifer. HEX triplet: BC, ED and 40. RGB value is (188,237,64). Sum of RGB (Red+Green+Blue) = 188+237+64=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED40 is #4312BF. Grayscale: #CBCBCB. Windows color (decimal): -4395712 or 4255164. OLE color: 4255164.

HSL color Cylindrical-coordinate representation of color #BCED40: hue angle of 76.99º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCED40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 64 -
CMYK 0.21 0 0.73 0.07
HSL 76.99º 0.83% 0.59% -
HSV(B) 76.99º 0.73% 0.93% -
XYZ 51.95 71.63 15.94 -
YUV 202.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 188 237 64 0.21 0 0.73 0.07 76.99 0.83 0.59
Hex BC ED 40 15 0 49 7 4D 53 3B
Octal 274 355 100 25 0 111 7 115 123 73
Binary 10111100 11101101 1000000 10101 0 1001001 111 1001101 1010011 111011

Color Harmonies of #BCED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED40

Black with #BCED40

Text Example


Text Example

White with #BCED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED40; }

 p { color: rgb(188,237,64); }

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

background-color css

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

 a { background-color: rgb(188,237,64); }

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

border-color css

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

 span { border-color: rgb(188,237,64); }

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