Html Css Color HEX #BCED44 Conifer

📋 copy color: '#BCED44'

red 188 ◦ green 237 ◦ blue 68

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

Shades of Conifer #BCED44

Tints of Conifer #BCED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 38.13%
G = 48.07%
B = 13.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#BCED44 (or 0xBCED44) is known color: Conifer. HEX triplet: BC, ED and 44. RGB value is (188,237,68). Sum of RGB (Red+Green+Blue) = 188+237+68=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED44 is #4312BB. Grayscale: #CBCBCB. Windows color (decimal): -4395708 or 4517308. OLE color: 4517308.

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

Color convert

RGB 188 237 68 -
CMYK 0.21 0 0.71 0.07
HSL 77.4º 0.82% 0.6% -
HSV(B) 77.4º 0.71% 0.93% -
XYZ 52.07 71.68 16.56 -
YUV 203.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 188 237 68 0.21 0 0.71 0.07 77.4 0.82 0.6
Hex BC ED 44 15 0 47 7 4D 52 3C
Octal 274 355 104 25 0 107 7 115 122 74
Binary 10111100 11101101 1000100 10101 0 1000111 111 1001101 1010010 111100

Color Harmonies of #BCED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED44

Black with #BCED44

Text Example


Text Example

White with #BCED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED44; }

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

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

background-color css

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

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

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

border-color css

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

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

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